Flip Card
Interactive reveal blocks that flip horizontally to showcase source code, details, or secondary content.
Interactive Showcase
Engage:
Tactical Reveal
Click the icon to see the underlying architecture and procedural source code.
<Button variant="purple">
Interact With Me
</Button>Installation
META FLIP
FLIP FOR PROPS
import { FlipCard } from "@/ui/flipcard/FlipCard";
<FlipCard code={codeString}>
<div>Your Content</div>
</FlipCard>