Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin.
Dropdowns on Bootstrap
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:
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:
Similarly, create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of
.dropdown-toggle-split
for proper spacing around the dropdown caret.
Button dropdowns work with buttons of all sizes, including default and split dropdown buttons.
Trigger dropdown menus at the right of the elements by adding
.dropleft
to the parent element.
Trigger dropdown menus at the right of the elements by adding
.dropend
to the parent element.
Opt into darker dropdowns to match a dark navbar or custom style by adding
.dropdown-menu-dark
onto an existing
.dropdown-menu
. No changes are required to the dropdown items.
Make the dropdown menu centered below the toggle with
.dropdown-center
on the parent element.
By default, the dropdown menu is closed when clicking inside or outside the dropdown menu. You can use the
autoClose
option to change this behavior of the dropdown.
Place any freeform text within a dropdown menu with text and use spacing utilities. Note that you’ll likely need additional sizing styles to constrain the menu width.
Easily configure layout, styles, and preferences for your admin interface.