Motion Card
Animated card with smooth entrance and glow effects.
Preview
M
Hover me
I lift up smoothly when you hover! Built with Framer Motion.
Installation & Usage
tsx
import { MotionCard } from "@/components/ui/motion-card"
export function MotionCardDemo() {
return (
<div className="flex justify-center p-10">
<MotionCard />
</div>
)
}