18 lines
721 B
JSON
18 lines
721 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "highlight-text-demo",
|
|
"type": "registry:ui",
|
|
"title": "Highlight Text Demo",
|
|
"description": "Demo showing an animated highlight text.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/highlight-text"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/text/highlight/index.tsx",
|
|
"content": "import { HighlightText } from '@/components/animate-ui/text/highlight';\n\nexport const HighlightTextDemo = () => {\n return (\n <HighlightText className=\"text-4xl font-semibold\" text=\"Highlight Text\" />\n );\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/text/highlight.tsx"
|
|
}
|
|
]
|
|
} |