Avatar
An avatar component for displaying user images with fallback support.
Examples
Basic Usage
Sizes
Props
| Prop | Type | Default | Description |
|---|---|---|---|
src | string | - | Image source URL |
alt | string | - | Alt text for the image |
size | "xs" | "sm" | "md" | "lg" | "xl" | "md" | Size of the avatar |
fallback | string | - | Fallback initials when image fails |
status | "online" | "offline" | "away" | "busy" | - | Status indicator |