Buttons
There are a number of standardized buttons at your disposal when using the Core styles. Depending on the context and desired purpose, you may use one of the following implementations.
- Elements
- Button Sizes
- Button Types
- Disabling Buttons
- Buttons with Icons
- Button Widths
- State-bound Buttons
Elements
Buttons can be made from
- Button elements (
<button>
), - Links (
<a>
), and - form submit buttons (
<input type="submit" />
).