Button group
Bootstrap 5 based Coats Digital Design Language's custom button group sa series of
buttons together on a single line with the button group.
Basic example
Wrap a series of buttons with .btn
in .btn-group
.
These classes can also be added to links. Use the .active class to highlight a link.
Mixed styles
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.
Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you’ll likely need some utilities though to space things properly.
Nesting
Place a .cd-btn-group
within another .btn-group
when you want dropdown
menus mixed with a series of buttons.