Components
Loading preview...
Animate Card Animation with framer motion
npx shadcn@latest add https://21st.dev/r/moazamtrade/animate-card-animationimport AnimatedCardStack from "@/components/ui/animate-card-animation";
export default function DemoOne() {
return <AnimatedCardStack />;
}