Skip to main content
ParticleUI

Glow Button

A button with a pulsing electric glow effect on hover.

Installation

1

Run the CLI

$npx particleui-cli add glow-button

Usage

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

export default function Example() {
  return <GlowButton>Get started</GlowButton>
}

Details

Source filecomponents/ui/glow-button.tsx
Typeui
Categoriesbuttons
npm dependenciesclass-variance-authority, clsx, tailwind-merge
Registry deps
Claude skill