Components
Animated fanned card stack carousel with Framer Motion, keyboard navigation, and optional links for showcase content.
Loading preview...
import CardStack from "@/components/ui/card-stack"
export default function Demo() {
return <CardStack />
}