16 lines
476 B
JSON
16 lines
476 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "counting-number-demo",
|
|
"type": "registry:ui",
|
|
"title": "Counting Number Demo",
|
|
"description": "Demo showing a counting number.",
|
|
"registryDependencies": ["https://animate-ui.com/r/counting-number"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/text/counting-number/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/text/counting-number.tsx"
|
|
}
|
|
]
|
|
}
|