Dropdowns

Single button dropdowns

Any single .btncan be turned into a dropdown toggle with some markup changes. Here’s how you can put them to work with either <button> elements:

Dropup variation

Trigger dropdown menus above elements by adding .dropupto the parent element.

Menu alignment

Add .dropdown-menu-right to a .dropdown-menuto right align the dropdown menu.

Dropright variation

Trigger dropdown menus at the right of the elements by adding .droprightto the parent element.

Dropleft variation

Trigger dropdown menus at the right of the elements by adding .dropleftto the parent element.