Avatar Stack
Avatar stack motion interaction




Contributors4 Active Members
Installation
Run the following command
npx shadcn@latest add https://ui.cloffstudio.com/r/avatar-stack.jsonProps
| Props | Type | Default | Description |
|---|---|---|---|
items | Array<{ name: string; image: string }> | [] | Array of avatar items to display. Each item should have `name` and `image`. |
title | string | undefined | Main title text shown below the avatar stack. |
subtitle | string | undefined | Smaller subtitle text shown under the title. |
className | string | '' | Additional CSS classes applied to the avatar stack wrapper. |