Skip to content

AvatarGroup

A team in overlapping circles. Caps the visible row and counts the rest honestly.

Example

ALGKRS+2
<AvatarGroup max={3} total={5} label="Project members">
  <Avatar fallback="AL" />
  <Avatar fallback="GK" />
  <Avatar fallback="RS" />
</AvatarGroup>

Props

PropTypeDefaultDescription
maxnumber-Visible avatars before the counter.
totalnumber-Real member count.
labelstringMembersGroup name, with count when known.

Accessibility