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