A reusable animated stack card
npx shadcn@latest add https://21st.dev/r/avanishverma4/stack-card
Loading preview...
import Component from "@/components/ui/stack-card"; export default function CardStack() { return <Component />; }