Neon Button
ButtonsButton with neon glow effect
neonglowcyberpunk
Installation
$
Usage
tsx
import { NeonButton } from "@/components/nonaxial/neon-button"
export default function Example() {
return (
<NeonButton>{/* Your content here */}</NeonButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |