Buttons
The essential button in pure HTML, without .classes
for the default style.
Buttons are width: 100%;
by default. Use <a role="button">
if you need an inline element.
Buttons come with .secondary
and .contrast
styles.
And a classic .outline
variant.