--- name: button url: /button title: Button ---
You can create buttons with this basic HTML
You can create buttons of various colors with these classes:
You can customize button sizing with these classes:
Adding a class of .disabled
will disable the pointer & hover state, while also changing the color.
Buttons can be converted to a hollow style with the hollow
class. All of the same coloring and sizing classes will work with it.
Buttons can be turned into button groups which strings buttons together.
Button groups can have sizing modifiers applied straight to the ul.
Button groups can have a segmented look with an active class applied.
Write a custom button class using our button mixins.
Buttons can be easily customized using our Sass variables.