{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "neon-button-demo", "title": "Neon Button Demo", "description": "Example showing neon glowing buttons in five color themes.", "registryDependencies": [ "https://pioneerui.com/r/neon-button" ], "files": [ { "path": "registry/example/neon-button-demo.tsx", "content": "import { NeonButton } from \"../pioneerui/neon-button\"\n\nexport default function NeonButtonDemo() {\n return (\n
\n Launch\n Connect\n Deploy\n Subscribe\n Ignite\n
\n )\n}\n", "type": "registry:example", "target": "components/neon-button-demo.tsx" } ], "type": "registry:example" }