Fortura/apps/www/public/r/copy-button-demo.json
2025-08-20 04:12:49 -06:00

18 lines
686 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "copy-button-demo",
"type": "registry:ui",
"title": "Copy Button Demo",
"description": "Demo showing an animated button with copy to clipboard effect.",
"registryDependencies": [
"https://animate-ui.com/r/copy-button"
],
"files": [
{
"path": "registry/demo/buttons/copy/index.tsx",
"content": "import { CopyButton } from '@/components/animate-ui/buttons/copy';\n\nexport const CopyButtonDemo = () => {\n return <CopyButton content=\"Content to copy\" size=\"md\" />;\n};\n",
"type": "registry:ui",
"target": "components/animate-ui/demo/buttons/copy.tsx"
}
]
}