This is a simple card stack component
npx shadcn@latest add https://21st.dev/r/itsankitverma/card-stack
Loading preview...
import CardStack from "@/components/ui/card-stack"; export default function DemoOne() { return <CardStack/>; }