Avatar

Data Display

macOS circular user avatar badges with image fallback.

Installation

$npx shadcn-macos@latest add avatar

Examples

SM
DT
AP

Props

<Avatar />
PropTypeDefaultDescription
fallback*stringInitials or label shown when image is not present or loading.
srcstringImage source URL for the avatar.
altstringAccessibility description for the avatar image.
size"sm" | "default" | "lg""default"Dimensions: sm (24px), default (32px), lg (40px).
classNamestringCustom styling classes.