{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hover-button-demo", "title": "Hover Button Demo", "description": "Example showing a button with hover effects.", "files": [ { "path": "registry/example/hover-button-demo.tsx", "content": "import ButtonHover from \"../pioneerui/hover-button\";\n\n\nexport default function HoverButtonDemo() {\n return (\n
\n \n
\n );\n }\n\n", "type": "registry:example", "target": "components/hover-button-demo.tsx" } ], "type": "registry:example" }