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

16 lines
499 B
JSON

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