18 lines
679 B
JSON
18 lines
679 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "ripple-button-demo",
|
|
"type": "registry:ui",
|
|
"title": "Ripple Button Demo",
|
|
"description": "Demo showing an animated button with ripple effect.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/ripple-button"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/buttons/ripple/index.tsx",
|
|
"content": "import { RippleButton } from '@/components/animate-ui/buttons/ripple';\n\nexport const RippleButtonDemo = () => {\n return <RippleButton>Ripple Button</RippleButton>;\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/buttons/ripple.tsx"
|
|
}
|
|
]
|
|
} |