Variant
The best part is you can do this with any button variant, too:
Dropdown Outline
The best part is you can do this with any button variant, too:
Split Outline button dropdowns
The best part is you can do this with any button variant, too:
Rounded button dropdowns
The best part is you can do this with any button variant, too:
Soft Button Dropdown
The best part is you can do this with any button variant, too:
Square Button Dropdown
The best part is you can do this with any button variant, too:
Skew Style Button Dropdown
The best part is you can do this with any button variant, too:
Outline Button Dropdown
The best part is you can do this with any button variant, too:
Single button dropdowns
Any single .btn
can be turned into a dropdown
toggle with some markup changes. Here’s how you can put them to work
with either <button>
elements:
Sizing
Button dropdowns work with buttons of all sizes, including default and split dropdown buttons.
Dropup variation
Trigger dropdown menus above elements
by adding .dropup
to the parent
element.
Dropright variation
Trigger dropdown menus at the right of the elements by adding .dropright
to the parent element.
Menu alignment
Add .dropdown-menu-right
to a .dropdown-menu
to right
align the dropdown menu.
Dropleft variation
Trigger dropdown menus at the right of the elements by adding .dropleft
to the parent element.