FlipStack
A stylish and animated card stack UI for showcasing content in layered views.


Installation
npx shadcn@latest add https://scrollxui.dev/registry/flipstack.json
Usage
import FlipStack from "@/components/ui/flipstack";
<FlipStack
cards={[
{ id: 1, content: "Card One" },
{ id: 2, content: "Card Two" },
{ id: 3, content: "Card Three" },
]}
/>
API Reference
FlipStack
A stylish and animated card stack UI for showcasing content in layered views.