diff --git a/lazy-timer-fe/src/components/UserProfile.jsx b/lazy-timer-fe/src/components/UserProfile.jsx new file mode 100644 index 0000000..18b9602 --- /dev/null +++ b/lazy-timer-fe/src/components/UserProfile.jsx @@ -0,0 +1,68 @@ +import React from 'react'; +import { MdOutlineCancel } from 'react-icons/md'; + +import { Button } from '.'; +import { userProfileData } from '../data/dummy'; +import { useStateContext } from '../contexts/ContextProvider'; +import avatar from '../data/avatar.jpg'; + +const UserProfile = () => { + const { currentColor } = useStateContext(); + + return ( +
User Profile
+ } + color="rgb(153, 171, 180)" + bgHoverColor="light-gray" + size="2xl" + borderRadius="50%" + /> +Michael Roberts
+Administrator
+info@shop.com
+{item.title}
+{item.desc}
+