Skip to content

Avatar Component

Display user profile image, initials or fallback icon

Properties

NameTypeDefaultDescription
labelstringundefinedA label to use to describe the avatar to assistive devices.
altstringundefinedThe alternative text description of the avatar image, used for accessibility.
imagestringundefinedThe image source to use for the avatar.
loading'eager' | 'lazy''eager'Indicates how the browser should load the image.
size'xs' | 'sm' | 'md' | 'lg' | 'xlg' | 'xxlg''md'The size of the avatar.

Slots

NameDescription
defaultThe default slot to use when image is not present.