Fortura/apps/www/registry/components/counter/registry-item.json
2025-08-20 04:12:49 -06:00

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"
}
]
}