Use any of the available button classes to quickly create a styled button.
Use any of the bootstrap buttons with added class name of .btn-quirk
An alternative styled button by adding a class name of .btn-stroke
Use any of the bootstrap buttons with added class name of .btn-quirk
Fancy larger or smaller buttons? Add .btn-lg
, .btn-sm
, or .btn-xs
for additional sizes.
Create block level buttons - those that span the full width of a parent - by adding .btn-block
.
Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup.
Turn a button into a dropdown toggle with some basic markup changes.
Similarly, create split button dropdowns with the same markup changes, only with a separate button.
Button dropdowns work with buttons of all sizes.
Group a series of buttons together on a single line with the button group.
Wrap a series of buttons with .btn
in .btn-group
.
Combine sets of btn-group
into a btn-toolbar
for more complex components.
Place a .btn-group
within another .btn-group
when you want dropdown menus mixed with a series of buttons.