Components
Spotlight Card
A card with a radial light beam that tracks the cursor across its surface. Works as a container — wrap any content inside.
Preview
Spotlight Card
Move your cursor over this card.
Installation
npx shadcn@latest add https://orbit.ruturaj.xyz/r/spotlight-cardProps
| Prop | Type | Default | Description |
|---|---|---|---|
| spotlightColor | string | rgba(255,255,255,0.12) | Color of the spotlight gradient |
| spotlightSize | number | 350 | Radius of the spotlight in pixels |
| image | string | — | Optional image URL rendered at the top of the card |
| className | string | — | CSS classes for rounding, background, padding |