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

16 lines
452 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "rotating-text",
"type": "registry:ui",
"title": "Rotating Text",
"description": "A text component that smoothly animates text changes with a rotating transition effect.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/text/rotating/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/text/rotating.tsx"
}
]
}