Installation
Examples
Default group
Stacked avatars with +N overflow badge.
+8
Sizes
sm, md (default), lg.
sm



md



lg



API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| max | number | 5 | Maximum number of visible avatars. |
| size | 'xs'|'sm'|'md'|'lg'|'xl' | 'md' | Applies to all child avatars. |
| children* | ReactNode | required | Avatar elements to stack. |