16 lines
459 B
JSON
16 lines
459 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "ripple-button",
|
|
"type": "registry:ui",
|
|
"title": "Ripple Button",
|
|
"description": "A clickable button featuring a ripple animation effect on click.",
|
|
"dependencies": ["motion", "class-variance-authority"],
|
|
"files": [
|
|
{
|
|
"path": "registry/buttons/ripple/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/buttons/ripple.tsx"
|
|
}
|
|
]
|
|
}
|