{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "copy-button-demo", "registryDependencies": [ "https://reusables.vercel.app/r/copy-button" ], "files": [ { "path": "registry/example/copy-button-demo.tsx", "content": "import { CopyButton } from \"@/components/ui/copy-button\"\n\nexport default function CopyButtonDemo() {\n const text = \"Built by Fas\"\n\n return (\n
\n

{text}

\n \n
\n )\n}\n", "type": "registry:example", "target": "components/copy-button-demo.tsx" } ], "type": "registry:example" }