Basic
Wrap a series of Button elements in ButtonGroup element.
Sizing
Instead of applying button sizing properties to every button in a group, just set variant with sm|lg to each ButtonGroup, including each one when nesting multiple groups.
Split button
Create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of split property for proper spacing around the dropdown caret.
Vertical
Make a set of buttons appear vertically stacked rather than horizontally
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.
Nesting
Add group property to the dropdown element when you want dropdown menus mixed with a series of buttons.
Radio and Checkbox
Do more with buttons. Control button states or create groups of butons for more components like toolbars.