Animated Avatars
Interactive avatar component with tooltips and smooth hover animations
Installation
npx shadcn@latest add https://hex-ui.com/r/animated-avatar.json
Props
Prop | Type | Description |
---|---|---|
items | AvatarItem[] | Array of avatar objects |
className | string | Additional CSS classes |
AvatarItem
Property | Type | Description |
---|---|---|
id | number | Unique identifier |
name | string | Person's name |
designation | string | Job title or role |
image | string | Avatar image URL |
Perfect for team pages, contributor showcases, or any interface where you want to display people in an elegant, interactive way.