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

PropTypeDefaultDescription
childrenReactNodeCard content.
classNamestringAdditional CSS classes (use for padding, size).