Search documentation, components, and switch theme.
An image element with a fallback for user profiles.
npx shadcn@latest add @formance/avatar
npm install radix-ui
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
<Avatar> <AvatarImage src="https://github.com/formancehq.png" alt="Formance" /> <AvatarFallback>FC</AvatarFallback> </Avatar>