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

16 lines
450 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "counter-demo",
"type": "registry:ui",
"title": "Counter Demo",
"description": "Demo showing an animated counter.",
"registryDependencies": ["https://animate-ui.com/r/counter"],
"files": [
{
"path": "registry/demo/components/counter/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/components/counter.tsx"
}
]
}