Button โ Vanilla
Button variants with vanilla HTML. Ensure Rizzo CSS is loaded.
Button
Semantic button with BEM classes. No JS required for static buttons.
Live example
HTML
Copy the markup below. Ensure Rizzo CSS is loaded.
html html
<button class="btn">Default</button>
<button class="btn btn-primary">Primary</button>
<button class="btn btn-success">Success</button>
<button class="btn btn-warning">Warning</button>
<button class="btn btn-error">Error</button>
<button class="btn btn-info">Info</button>
<button class="btn btn-outline">Outline</button>
<button class="btn" disabled>Disabled</button>