Initials
ARJDMK
Image
Upload on hover
Loading
Loading avatar
Loading avatar
Loading avatar
Loading item
Loading item
Stacked row
ARJDMK
With label
NL
Nora Lee
Editor · Online
Animation variants
animationVariant — click each control to compare press feedback.
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme. |
| size | Optional | "sm" | "md" | "lg" | md | Diameter. |
| src / alt | Optional | string | — | Image source and alt text. |
| initials | Optional | string | — | Fallback when no image. |
| uploadable | Optional | boolean | false | Hover/focus overlay with upload icon and hidden file input. |
| uploadLabel | Optional | string | Upload | Button aria-label when uploadable (overlay is icon-only). |
| onUpload | Optional | (file: File) => void | — | Called when the user picks a file. |
| accept | Optional | string | image/* | File input accept attribute. |
| disabled | Optional | boolean | — | Disables upload interaction. |
| AvatarSkeleton | Optional | component | — | Colocated loading preset — sm / md / lg circle, aria-busy. |
| AvatarRowSkeleton | Optional | component | — | Avatar circle + two text lines for list rows. |
| animationVariant | Optional | PressAnimationVariant | default | Press animation — default, none, ripple, scale, sink, lift, pulse, or glow. |