Buttons

Use the btn classes to create a button. If no class is added, the button will be the default button based on the foreground color. The icon button strips away styling and makes the button a circle with a background color of the foreground color so it looks good with any icon.

<button>Default</button>
<button class="btn-outline">Outline</button>
<button class="btn-primary">Primary</button>
<button class="btn-primary-outline">Primary Outline</button>
<button class="btn-destructive">Destructive</button>
<button class="btn-icon">[INSERT ICON HERE]</button>

Disabled buttons