16 lines
475 B
JSON
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"
|
|
}
|
|
]
|
|
}
|