Magnetic Cards Demo
sora-ui/demo-magnetic-cardsFreeComponent
A fanned stack of cards reacting to cursor movement with GSAP-driven spring physics.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-magnetic-cards.jsonSource
1"use client";23import { magneticCardsDemoItems } from "@/lib/demo/magnetic-cards-demo-items";4import { MagneticCards } from "@/components/sora-ui/effects/magnetic-cards";56export function MagneticCardsExample() {7 return (8 <div className="h-[min(420px,60dvh)] w-full min-w-0 sm:h-[460px]">9 <MagneticCards className="h-full w-full" items={magneticCardsDemoItems} />10 </div>11 );12}1314export default MagneticCardsExample;
What it pulls in
Other registry items
Files it writes
More from Sora UI
All 97 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Sora UI | Components | Free | 2 deps | |
| Border Trailborder-trail | Sora UI | Components | Free | 1 dep | |
| Bottom Sheetbottom-sheet | Sora UI | Components | Free | 2 deps | |
| Cursor Bubblecursor-bubble | Sora UI | Components | Free | 2 deps | |
| Cursor Trail Revealcursor-trail-reveal | Sora UI | Components | Free | 1 dep | |
| Custom Cursorcustom-cursor | Sora UI | Components | Free | 2 deps | |
| Accordion Demodemo-accordion | Sora UI | Components | Free | no deps | |
| Border Trail Demodemo-border-trail | Sora UI | Components | Free | no deps |
