Dropdowns

Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin.
Basic Dropdown
Default bootstrap style.
Dropdown Devider
Add .dropdown-divider class is used to separate links inside the dropdown
Dropdown Header
Add .dropdown-header to label sections of actions in any dropdown menu.
Split Button Dropdown
Add .dropdown-toggle-split for proper spacing around the dropdown caret.
Dropup
Trigger dropdown menus above elements by adding .dropup to the parent element.
Centered
Make the dropup and dropdown menu centered above the toggle with .dropup-center or .dropdown-center on the parent element.
Dropend
Trigger dropdown menus at the right of the elements by adding .dropend to the parent element.
Dropstart
Trigger dropdown menus at the left of the elements by adding .dropstart to the parent element.
Forms
Put a form within a dropdown menu, or make it into a dropdown menu.