Docs
Stacking Cards
Cards that dynamically stack on top of each other as you scroll down the page.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add stacking-cardsPackages
npm install framer-motion lucide-reactUsage Detail
tsx
import { StackingCards } from "@/components/oblivion/stacking-cards"
export default function StackingCardsDemo() {
return <StackingCards />
}import { StackingCards } from "@/components/oblivion/stacking-cards"
export default function StackingCardsDemo() {
return <StackingCards />
}