The neon-cyber component family: glows, borders and text.

Usage#

html
<div class="neon-card p-6"><p class="neon-text">CYBER</p></div>

The classes#

ClassPurpose
neon-cardGlowing bordered card
neon-btnButton with neon glow
neon-glowApply the glow to anything
neon-textGlowing text

Compose with utilities#

html
<button class="neon-btn px-8 py-3 text-lg font-bold mt-6">Amplified</button>

Customization#

Every component is built from theme tokens (colors, blur radii, shadows). Redefine tokens in your config and the whole family restyles. For structural changes, copy the rules into your own layer and edit freely.

Accessibility#

  • Glow is decorative — never the only state signal
  • Check glow contrast in light mode

components/index|Components hub · themes/index|Themes · recipes/index|Recipes