Bootstrap Dropdown Button Group

Bootstrap provides a way to create dropdown buttons group in a single line. Usually <div> element is used for dropdown button group creation. Find below list of classes provided by Bootstrap which you can use for dropdown button group creations:

Class NameDescriptions
.btn-group Create button group in single line (Horizontal).
.btn-group .dropdown-toggle Create toggle group dropdown.
.caret Denote that the button is a dropdown.
.btn-group dropup Create toggle group dropup dropdown.

Syntax

Bootstrap Single Button Dropdown Example

The following example shows single button dropdown:

See live Example

The above buttons group example will produce below output:

Bootstrap Split Button DropDown Example

The following example shows split button dropdown:

See Live Example

The above buttons group example will produce below output:

Bootstrap Buttons Group DropUp DropDown Example

The following example shows button group dropup dropdown:

See Live Example

The above buttons group example will produce below output: