Glow Button

Button with cursor-following gradient spotlight.

Preview

Customize

Installation & Usage

tsx
import { GlowButton } from "@/components/ui/glow-button"

export function GlowButtonDemo() {
  return (
    <GlowButton 
      text="Hover Me" 
      glowColor="#6366f1" 
      hoverColor="#ffffff" 
    />
  )
}

Component Details

FrameworkReact / Next.js
StylingTailwind CSS
AnimationFramer Motion
Dependencies
framer-motion