Magnetic Card
A 3D perspective sticker card that shifts and pulls toward the user's cursor dynamically using spring magnetic physics.
Navigation
Component IndexBlog & GuidesA 3D perspective sticker card that shifts and pulls toward the user's cursor dynamically using spring magnetic physics.
Select how you want to add this component to your project
import { MagneticCard } from "@/components/magnetic-card";
export default function Page() {
return (
<main className="flex min-h-screen items-center justify-center bg-[#050505] p-8">
<MagneticCard />
</main>
);
}Feed this prompt to Claude, ChatGPT, or Gemini to quickly write custom integrations, layouts, or configure props for this component on your system.
