{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "ripple-button-demo", "title": "Ripple Button Demo", "description": "Example showing click ripple effect across three button variants.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/ripple-button" ], "files": [ { "path": "registry/example/ripple-button-demo.tsx", "content": "import { RippleButton } from \"../pioneerui/ripple-button\"\n\nexport default function RippleButtonDemo() {\n return (\n
\n Click me\n \n Outline\n \n \n Ghost\n \n
\n )\n}\n", "type": "registry:example", "target": "components/ripple-button-demo.tsx" } ], "type": "registry:example" }