pnpm dlx shadcn@latest add @saturation/avatarimport {
Avatar,
AvatarImage,
AvatarFallback,
} from "@/components/ui/avatar"<Avatar>
<AvatarImage src="https://github.com/shadcn.png" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>| Prop | Type | Default | Description |
|---|---|---|---|
size | "default" | "sm" | "lg" | "xl" | "default" | The size of the avatar. |