Effects/NeonGlow
NeonGlow
Neon-lit text with multi-layer glow shadow. Six color options, border mode, and a pulse animation for live or active states.
import { NeonGlow } from "@animui/ui"Basic
Neon Glow
All colors
Violet
Blue
Cyan
Green
Pink
Orange
Border mode
Featured release
Pulse animation
Live now
Props
| Prop | Type | Default | Description |
|---|---|---|---|
color | "violet" | "blue" | "cyan" | "green" | "pink" | "orange" | "violet" | Neon color — controls text color and glow. |
as | "span" | "div" | "h1" | "h2" | "h3" | "p" | "span" | HTML element to render. |
pulse | boolean | false | Animate opacity to create a pulsing neon flicker. |
border | boolean | false | Show a matching neon border around the element. |
className | string | — | Additional classes. |