Docs
Glowing Button
Glowing Button
A visually distinct button component featuring a configurable, animated glow effect to highlight calls to action or important interactions.
Installation
Usage
import { GlowingButton } from "@/components/ui/buttons/glowing-button";
<GlowingButton>Hover me</GlowingButton>
Props
glowing-button props.
Prop | Type | Description | Default |
---|---|---|---|
children | React.ReactNode | The content to be displayed inside the button. | - |
className | string | Additional CSS classes to apply to the button for custom styling. | - |
glowColor | string | The hexadecimal color code for the button's glow effect. | "#a3e635" |