18 lines
732 B
JSON
18 lines
732 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",
|
|
"content": "import { CountingNumber } from '@/components/animate-ui/text/counting-number';\n\nexport const CountingNumberDemo = () => {\n return (\n <CountingNumber number={new Date().getFullYear()} className=\"text-4xl\" />\n );\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/text/counting-number.tsx"
|
|
}
|
|
]
|
|
} |