Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { AvatarCircles } from "@/components/ui/avatar-circles"
<AvatarCircles
numPeople={99}
avatarUrls={[
{
imageUrl: "https://avatars.githubusercontent.com/u/16860528",
profileUrl: "https://github.com/dillionverma",
},
]}
/>
Prop | Type | Default | Description |
---|---|---|---|
className | string | - | The class name to be applied to the component |
numPeople | number | 99 | The number appearing in the last circle |