Avatar
The Avatar component is used to display images, icons or initials representing a person or object. It is often used in user interfaces to identify users, profiles or entities. Thanks to its many customization options, the Avatar component adapts easily to different styles and contexts.`
This example shows the simple use of the Avatar component with its default settings. Ideal for quick, intuitive integration.
The size property defines the size of the Avatar. The available options: xs
, sm
, md
, lg
, xl
and full
, adapt to different design needs.
The density property adjusts the density of the Avatar: compact
, comfortable
or default
. This allows you to control the spacing and overall appearance of the component.
The variant property lets you customize the Avatar’s style. The available options: outline
, text
and dash
, offer visual variations adapted to different contexts.
Associate Avatars with user Cards or Chips to display roles or status.