AvatarStack
stableOverlapping avatar circles showing multiple users or active sessions with overflow count
import { AvatarStack } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
usersreq | AvatarUser[] | — | Array of users with name and optional avatarUrl |
max | number | 4 | Max visible avatars before +N overflow |
size | number | 32 | Avatar diameter in pixels |
overlap | number | 8 | Overlap offset in pixels |
usersrequiredType
AvatarUser[]Default —Array of users with name and optional avatarUrl
maxType
numberDefault 4Max visible avatars before +N overflow
sizeType
numberDefault 32Avatar diameter in pixels
overlapType
numberDefault 8Overlap offset in pixels
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?