Components · Avatar
Stacked group of avatars with overflow count.
import { Avatar Group } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| max | number | 4 | — | Maximum number of avatars shown before an overflow count is rendered. |
| size | 'xs' | 'sm' | 'md' | 'lg' | — | — | Controls avatar dimensions for all children. |
| spacing | 'tight' | 'normal' | 'normal' | — | Controls the overlap amount between stacked avatars. |