Button Group
Add the .button-group class to a container, and inside it place any number of buttons. The buttons are separated by a small border.
Even-width Group
Add the .expanded class to the container to make a full-width button group. Each item will automatically size itself based on how many buttons there are, up to a maximum of six.
Stacked Button Group
A button group can be made vertical with the .stacked
class. You can also use .stacked-for-small
to only stack a button group on small screens, or .stacked-for-medium
to only stack on small and medium screens.