16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "flip-button",
|
|
"type": "registry:ui",
|
|
"title": "Flip Button",
|
|
"description": "A clickable button featuring a smooth flipping animation triggered on hover.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/buttons/flip/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/buttons/flip.tsx"
|
|
}
|
|
]
|
|
}
|