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