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

16 lines
475 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "counting-number",
"type": "registry:ui",
"title": "Counting Number",
"description": "A numeric display component that smoothly animates number changes with a counting animation.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/text/counting-number/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/text/counting-number.tsx"
}
]
}