16 lines
525 B
JSON
16 lines
525 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "liquid-button",
|
|
"type": "registry:ui",
|
|
"title": "Liquid Button",
|
|
"description": "A clickable button featuring a dynamic, fluid-like animation effect upon hover, creating an engaging, liquid-inspired interaction.",
|
|
"dependencies": ["motion", "class-variance-authority"],
|
|
"files": [
|
|
{
|
|
"path": "registry/buttons/liquid/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/buttons/liquid.tsx"
|
|
}
|
|
]
|
|
}
|