17 lines
583 B
JSON
17 lines
583 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "counter",
|
|
"type": "registry:ui",
|
|
"title": "Counter",
|
|
"description": "A numeric input control featuring increment and decrement buttons, smoothly animating number transitions using the SlidingNumber component.",
|
|
"dependencies": ["motion"],
|
|
"registryDependencies": ["button", "https://animate-ui.com/r/sliding-number"],
|
|
"files": [
|
|
{
|
|
"path": "registry/components/counter/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/components/counter.tsx"
|
|
}
|
|
]
|
|
}
|