{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "shiny-button-demo", "title": "Shine Button Demo", "description": "Example showing a button with a shine effect.", "dependencies": [ "framer-motion" ], "files": [ { "path": "registry/example/shiny-button-demo.tsx", "content": "import { ShinyButton } from \"../pioneerui/shiny-button\";\n\n\nexport default function ShinyButtonDemo() {\n return (\n
\n \n
\n );\n }\n\n\n\n", "type": "registry:example", "target": "components/shiny-button-demo.tsx" } ], "type": "registry:example" }