Preview
Usage
AvatarGroup usage<AvatarGroup people={people} max={3} label="Reviewers" />API
AvatarGroup APIAvatarGroupProps
| prop | type | notes |
|---|---|---|
| people | AvatarGroupPerson[] | |
| max? | number | Discs shown before the `+N` overflow (default 4). |
| label? | string | Group accessible name (default "N people"). |
| size? | 'sm' | 'md' | 'sm' 24px (default — this is a cell component) · 'md' 32px. |
| mix? | MixInput |