🔘 Buttons & Button Groups
Multi-variant interactive buttons with GPU-accelerated glow, pill borders, animated loading spinners, and radio segmented controls.
Live Preview: Button Variants
<button variant="primary" glow>Primary Glow</button>
<button variant="outline">Outline</button>
<button variant="primary" loading>Save</button>
<!-- Segmented Control / Button Group -->
<div button-group>
<label><input type="radio" name="plan" checked><span>Monthly</span></label>
<label><input type="radio" name="plan"><span>Yearly</span></label>
</div>