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" },
]}
/>Changelog
17-11-2025 — Added mobileDirection Prop
- Introduced a new
mobileDirectionprop ("top"|"bottom") to control the mobile bounce direction.
API Reference
FlipStack
A stylish and animated card stack UI for showcasing content in layered views.