2025-08-20 04:12:49 -06:00

17 lines
575 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "avatar-group",
"type": "registry:ui",
"title": "Avatar Group",
"description": "An animated avatar group that displays overlapping user images and smoothly shifts each avatar forward on hover to highlight it.",
"dependencies": ["motion"],
"registryDependencies": ["https://animate-ui.com/r/tooltip"],
"files": [
{
"path": "registry/components/avatar-group/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/components/avatar-group.tsx"
}
]
}