Hover Me
The spotlight follows your cursor position strictly within the card bounds.
Purple Spotlight
You can customize the spotlight color to match your brand.
1<div className="grid grid-cols-1 md:grid-cols-2 gap-6 w-full p-8 bg-zinc-950 rounded-3xl">2 <SpotlightCard>3 <div className="p-6 h-full flex flex-col justify-center">Installation
npx zeroui@latest add spotlight-cardProps
| name | type | default | description |
|---|---|---|---|
| spotlightColor | string | "rgba(255, 255, 255, 0.25)" | Color of the spotlight gradient |
| children | ReactNode | - | Content of the card |