25
An image element with a fallback for representing the user.

npx neobrutal add avatarimport { Avatar, AvatarImage, AvatarFallback } from "@/components/ui/avatar"<Avatar>
<AvatarImage src="https://github.com/bridgetamana.png" alt="@bridgetamana" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>
Displays initials when no image is available.
Display multiple avatars with an overflow indicator.
| Prop | Type | Default | Description |
|---|---|---|---|
| max | number | 3 | The maximum number of avatars to display before showing an overflow indicator. |