Back
Card Spotlight
Satu Visual ComponentNew
A dark card that reveals a spotlight under the cursor.
Card Spotlight
Hover to reveal a spotlight under your cursor.
Installation
Add it with the CLI:
Terminal
$
Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.
Usage
Best on a dark surface. The spotlight fades in on hover and tracks the pointer.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Card content. |
| className | string | — | Extra classes. |
| color | string | rgba(139,92,246,0.35) | Spotlight color. |