User profile image representations with status dots and fallbacks.
default avatarProfile settings, headers, user menus, comment authorsstack avatarColleague lists, project members list, active chat members groupsdotted / pulse avatarIndicating active online, away, or busy status in messaging appsinitials fallbackDefault render state when a user hasn't uploaded a photo or image load fails
URL of the avatar image
Fallback initials when image fails to load
import { Avatar, AvatarImage, AvatarFallback } from "nexoreui"
<Avatar>
<AvatarImage src="https://github.com/vercel.png" />
<AvatarFallback>NX</AvatarFallback>
</Avatar>






| Prop | Type | Default | Description |
|---|---|---|---|
| src | string | — | The image source URL for the avatar. |
| fallback | string | — | Initials to display as a fallback if the image fails to load. |
| className | string | — | Additional custom class names. |