logo

Lumina Design

ComponentsIcons
Installation
AccordionAppHeaderAutoCompleteAvatarBottomNavigationBreadcrumbButtonCarouselCheckboxChipColumnDataTableDatePickerDialogFloatingButtonFloatingMenuInputFieldLinkMenuDropdownNextToastProviderProgressRadioButtonRangeSliderResizablePanelSelectDropDownSideBarTabSelectTabsTagTextTextAreaThemeProviderToastProviderToggleInputToggleSwitchTooltip

Avatar

The Avatar component is a small graphical representation, often a user's profile image or initials, used in user interfaces. Avatars are typically circular and are used in various contexts, such as user profile displays, comment sections, or contact lists. They help in identifying users visually and add a personalized touch to the application. Real-life use cases include social media profiles, user dashboards, or chat applications where quick identification of users is necessary.

JD

Code

import Avatar from "@lumina-design/core/Avatar";

// sizes: ['S', 'M', 'L', 'XL', 'XXL', '3XL']
<Avatar size="3XL">JD</Avatar>