Installation
Examples
Sizes
Six sizes from xs to 2xl.
Status indicators
Show online, busy, away, or offline state.
Fallback initials
Shown when no src is provided or image fails.
AJ
SK
MW
Avatar group
Stack avatars with configurable max and overflow.
+6
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| src | string | — | Image URL. |
| name | string | — | Used for alt text and fallback initials. |
| size | 'xs'|'sm'|'md'|'lg'|'xl'|'2xl' | 'md' | Controls width, height, and font size. |
| shape | 'circle'|'square' | 'circle' | Border radius style. |
| status | 'online'|'offline'|'busy'|'away' | — | Shows a colored status dot. |
| fallback | string | — | Custom text when image fails to load. |