AccordionAlertAlert DialogAspect RatioAvatarBadgeBreadcrumbButtonButton GroupCalendarCardCarouselChartCheckboxCollapsibleComboboxCommandContext MenuData TableDate PickerDialogDirectionDrawerDropdown MenuEmptyFieldHover CardInputInput GroupInput OTPItemKbdLabelMenubarNative SelectNavigation MenuPaginationPopoverProgressRadio GroupResizableScroll AreaSelectSeparatorSheetSidebarSkeletonSliderSonnerSpinnerSwitchTableTabsTextareaToastToggleToggle GroupTooltipTypography
Avatar
An image element with a fallback for representing the user.
CNtempl
templ AvatarDemo() {
@ui.Avatar("", nil) {
@ui.AvatarImage("https://github.com/shadcn.png", "@shadcn", "", nil)
@ui.AvatarFallback("", nil) {
CN
}
}
}