IlahiTechnologies / trustourduty

A Open source Backend Portal for non-profit Organization to manage people and accountings https://www.trustourduty.org/
trustourduty-bice.vercel.app
GNU General Public License v3.0
1 stars 3 forks source link

Add user profile page #7

Open abhinavbansal19961996 opened 2 years ago

abhinavbansal19961996 commented 2 years ago

Add user profile page

mohamedashic commented 2 years ago

@abhinavbansal19961996

i shared the pages

https://pro.chakra-ui.com/components/application/user-cards

mohamedashic commented 2 years ago

import { Heading, Avatar, Box, Center, Image, Flex, Text, Stack, Button, useColorModeValue, } from '@chakra-ui/react';

export default function SocialProfileWithImage() { return (

John Doe Frontend Developer 23k Followers 23k Followers

); }

abhinavbansal19961996 commented 2 years ago

thanks