40+ landing page components for ReactBrowse now

Primitives

Avatar

Circular avatar with image support and automatic fallback to initials. Includes AvatarGroup for stacked avatars.

Installation

npm install @trinkui/react

Sizes

AvatarGroup

Avatar Props

PropTypeDefaultDescription
src
stringImage URL for the avatar
altrequired
stringAlt text; also used to generate initials fallback
size
"xs" | "sm" | "md" | "lg" | "xl""md"Size of the avatar
ring
booleanfalseShow a ring border around the avatar
className
stringAdditional CSS classes

AvatarGroup Props

PropTypeDefaultDescription
avatarsrequired
AvatarProps[]Array of avatar props to render
max
number5Maximum number of avatars to show before displaying an overflow count
size
"xs" | "sm" | "md" | "lg" | "xl""md"Size applied to all avatars in the group
className
stringAdditional CSS classes