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

16 lines
481 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "typing-text",
"type": "registry:ui",
"title": "Typing Text",
"description": "A text component that dynamically simulates a typing animation, progressively revealing characters as if typed in real-time.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/text/typing/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/text/typing.tsx"
}
]
}