Kleri UI / Button / KleriMagicButton

KleriMagicButton

Button with an animated radial gradient border that follows the cursor and an inner glow effect.

Usage
<KleriMagicButton
  gradientSize={150}
  gradientColor="rgb(132, 204, 184)"
  gradientOpacity={0.25}
  gradientFrom="rgb(132, 204, 184)"
  gradientTo="rgb(25, 96, 114)"
>
  Magic Button
</KleriMagicButton>

Props