Card Spotlight

A card that reveals a radial gradient spotlight under your cursor as you move it.

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-card

Props

nametypedefaultdescription
spotlightColorstring"rgba(255, 255, 255, 0.25)"Color of the spotlight gradient
childrenReactNode-Content of the card