Button Groups

Group a series of buttons together on a single line with the button group,and super-power them with javascript. Read the Official Bootstrap Documentationfor a full list of instructions and other options.
Basic Example

Group a series of buttons together on a single line with the button group.

Button Toolbar

Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups,buttons,and more.

Sizing

Instead of applying button sizing classes to every button in a group,just add .btn-group-*to each .btn-group,including each one when nesting multiple groups.

Vertical Variation

Make a set of buttons appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.