GlowingCard
Card with a radial accent glow that follows the mouse cursor.
Default
Hover me
The glow follows your cursor.
And me
Each card is independent.
import { GlowingCard } from '@canarist/ui'
<GlowingCard className="p-5">
<h3>Card title</h3>
<p>Content here.</p>
</GlowingCard>Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Card content. |
| className | string | — | Additional CSS classes (use for padding, size). |