The GlowingCard component tracks the cursor across the card and paints a soft glow wherever it goes, so the surface reacts as the pointer moves over it.
Add it with the CLI, open it in v0, or copy the source into your project.
Adds the component and installs its dependencies for you.
npx shadcn@latest add https://uibeats.com/r/glowing-card.jsonEverything Glowing Card accepts.
| Prop | Type | Default | Description |
|---|---|---|---|
| width | number | 256 | Width of the card in pixels |
| height | number | 160 | Height of the card in pixels |
| children | React.ReactNode | No default | Content to be displayed inside the card |
| className | string | '' | Additional CSS classes to apply to the card |