Avatar Circles
A customizable avatar circles component.
Examples
Installation
npx shadcn@latest add "https://aurora-ui-opal.vercel.app/c/avatar-circles.json"
Component Props
You can customize the content of the Avatar Circles by passing the following props:
| Prop | Type | Default | Description |
|---|---|---|---|
| avatarUrls | Array<{ imageUrl: string, profileUrl: string }> | - | Avatars to be displayed inside the avatar circles. |
| numPeople | number | - | Number of people to be displayed inside the avatar circles. |
| className | string | - | Additional class names to be applied to the avatar circles. |