{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "shimmer-button-demo", "title": "Shimmer Button Demo", "description": "Example showing a button with a shimmering light effect.", "registryDependencies": [ "https://pioneerui.com/r/shimmer-button" ], "files": [ { "path": "registry/example/shimmer-button-demo.tsx", "content": "import { ShimmerButton } from \"../pioneerui/shimmer-button\";\n\n\nexport default function ShimmerButtonDemo(){\n return (\n \n Click me\n \n )\n}\n", "type": "registry:example", "target": "components/shimmer-button-demo.tsx" } ], "type": "registry:example" }