{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "flip-card-demo", "title": "Flip Card Demo", "description": "Example showing hover and click 3D flip card.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/flip-card" ], "files": [ { "path": "registry/example/flip-card-demo.tsx", "content": "import { FlipCard } from \"../pioneerui/flip-card\"\n\nconst Front = () => (\n
\n
\n \n \n \n
\n

PioneerUI

\n

Hover to reveal

\n
\n)\n\nconst Back = () => (\n
\n

What you get

\n \n
\n)\n\nexport default function FlipCardDemo() {\n return (\n
\n } back={} trigger=\"hover\" />\n } back={} trigger=\"click\" />\n
\n )\n}\n", "type": "registry:example", "target": "components/flip-card-demo.tsx" } ], "type": "registry:example" }