VGE
JCH
PM
ON
OF
AB
DND
Svelte
<Avatar size="xs" shape="circular" label="JD" />
<Avatar size="sm" shape="circular" label="JD" />
<Avatar size="md" shape="circular" label="JD" />
<Avatar size="lg" shape="circular" label="JD" />
<Avatar size="xl" shape="circular" label="JD" />
<Avatar size="2xl" shape="circular" label="JD" /> API
| Prop | Type | Default |
|---|---|---|
| size | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "md" |
| status | "online" | "offline" | "absent" | "do-not-disturb" | undefined |
| palette | "accent" | "tone" | "accent" |
| shape | "rounded" | "circular" | "square" | "rounded" |
| elevation | "none" | "subtle" | "hard" | "none" |
| src | string | undefined |
| alt | string | "" |
| label | string | undefined |
| onclick | () => void | undefined |
Prop size
Type
"xs" | "sm" | "md" | "lg" | "xl" | "2xl"Default
"md"Prop status
Type
"online" | "offline" | "absent" | "do-not-disturb"Default
undefinedProp palette
Type
"accent" | "tone"Default
"accent"Prop shape
Type
"rounded" | "circular" | "square"Default
"rounded"Prop elevation
Type
"none" | "subtle" | "hard"Default
"none"Prop src
Type
stringDefault
undefinedProp alt
Type
stringDefault
""Prop label
Type
stringDefault
undefinedProp onclick
Type
() => voidDefault
undefined