...
Display user profile images with automatic fallback text.

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 | Maximum number of avatars to display before showing an overflow count. |