${require('./_head.html') title="Buttons" description="The essential button in pure HTML, without .classes for the default style." canonical="buttons.html" }
.classes
Buttons are width: 100%; by default. Use <a role="button"> if you need an inline element.
width: 100%;
<a role="button">
Buttons come with .secondary and .contrast styles.
.secondary
.contrast
And a classic .outline variant.
.outline