Buttons
Button Blocks
Create block level buttons - those that span the full width of a parent - by adding .btn-block
.
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.
Button Dropdowns
Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup.
Single Button Dropdowns
Turn a button into a dropdown toggle with some basic markup changes.
Split Button Dropdowns
Similarly, create split button dropdowns with the same markup changes, only with a separate button.
Dropdown Sizing
Button dropdowns work with buttons of all sizes.