btn, btn-neon, btn-glass, btn-brutal, btn-minimal, btn-outline, btn-ghost.
Usage#
<button class="btn btn-neon">Action</button>The classes#
| Class | Purpose |
|---|---|
btn | Base button |
btn-neon / btn-glass / btn-brutal / btn-minimal | Paradigm buttons |
btn-outline / btn-ghost | Secondary emphasis |
Compose with utilities#
<div class="flex gap-3">
<button class="btn btn-neon">Primary</button>
<button class="btn btn-ghost">Secondary</button>
</div>Customization#
v1 components are frozen CSS — customize by overriding after the stylesheet, or by redefining the palette variables they consume.
Accessibility#
- Buttons need visible focus + 3:1 boundary contrast
Related#
components/index|Components hub · themes/index|Themes · recipes/index|Recipes
