Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Button Groups

Bootstrap 5 Button Groups

Bootstrap 5 allows you to group a series of buttons together on a single line with the button group.

Basic Button Group

Use a <div> element with class .btn-group to create a button group.

Vertical Button Group

Use the class .btn-group-vertical to create a vertical button group.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics