Base

Buttons

Button styles can be applied to any element. Typically you'll want to use either a <button> or an <a> element:

<button>Click</button>
<a role="button">Click</a>