Components/Components
Glow Card
A card with a dynamic glowing cursor-tracking hover effect.
cardgloweffect
Preview
Installation
npx shadcn@latest add https://grootstudio.vercel.app/r/glow-card.jsonUsage
Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| children | ReactNode | | Content inside the card | |
| glowColor | string | rgba(var(--primary), 0.2) | Radial gradient color for the glow effect | |
| className | string | | Custom CSS classes |