16 lines
478 B
JSON
16 lines
478 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "liquid-button-demo",
|
|
"type": "registry:ui",
|
|
"title": "Liquid Button Demo",
|
|
"description": "Demo showing an animated button with liquid effect.",
|
|
"registryDependencies": ["https://animate-ui.com/r/liquid-button"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/buttons/liquid/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/buttons/liquid.tsx"
|
|
}
|
|
]
|
|
}
|