19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-hover-card-demo",
|
|
"type": "registry:ui",
|
|
"title": "Radix Hover Card Demo",
|
|
"description": "Demo showing an animated radix hover card.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/radix-hover-card",
|
|
"button"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/radix/hover-card/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/radix/hover-card.tsx"
|
|
}
|
|
]
|
|
}
|