Skip to content

Data display

IAvatarGroup

A row of avatars overlapped into a stack: who is on a thread, who is assigned to an issue.

+2DOCWBLAR

max closes the stack with a "+n" chip. Without it, every avatar renders.

Sizes

The overlap scales with the avatar.

+2DOCWBLAR
+2DOCWBLAR
+2DOCWBLAR
+2DOCWBLAR

Props

PropTypeDefaultDescription
itemsAvatarGroupItem[][]Each takes IAvatar's own props
maxnumberCap the stack, counting the rest in a chip
size'xs' | 'sm' | 'md' | 'lg' | 'xl''md'Applied to every avatar
shape'circle' | 'square''circle'
unstyledbooleanSkip built-in classes
ui{ root?, item?, overflow? }Per-slot class overrides

Slots

SlotPropsDescription
overflow{ count }Replaces the "+n" chip

Accessibility

Each avatar rings itself in the page background so the overlap reads as depth, and earlier avatars paint over later ones. The visible order is the order of items.