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