A component that displays a user's profile image or initials.
npx micomponents-cli add avatarimport { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar";<Avatar variant="primary" size="md" shape="circle">
<AvatarImage src="https://github.com/shadcn.png" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>| Prop | Type | Default | Description |
|---|---|---|---|
| variant | primary | secondary | tertiary | quaternary | primary | The color variant of the avatar |
| size | micro | xs | sm | md | lg | xl | md | The size of the avatar |
| shape | circle | square | square | The shape of the avatar |