Layer Stack
Interactive stacked card layout with drag and scroll momentum.
Loading...
Installation
npx shadcn@latest add @scrollxui/layer-stack Usage
import { LayerStack, Card } from "@/components/ui/layer-stack";<LayerStack cardWidth={320} cardGap={16} stageHeight={420}>
<Card className="bg-muted rounded-xl p-6">
Card One
</Card>
<Card className="bg-muted rounded-xl p-6">
Card Two
</Card>
<Card className="bg-muted rounded-xl p-6">
Card Three
</Card>
</LayerStack>API Reference
Layer Stack
Interactive stacked card layout with drag and scroll momentum.