16 lines
421 B
JSON
16 lines
421 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "writing-text",
|
|
"type": "registry:ui",
|
|
"title": "Writing Text",
|
|
"description": "A text component that smoothly reveals content word by word.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/text/writing/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/text/writing.tsx"
|
|
}
|
|
]
|
|
}
|