Dropdowns
Dropdowns are toggleable, contextual overlays for displaying lists of links and more.
Bootstrap Dropdowns DocumentationExample
Wrap the dropdown’s toggle (your button or link) and the dropdown menu within
.dropdown, or another element that declares position: relative;.
Any single .btn can be turned into a dropdown toggle.
Dropdown Menu Size
Use class .dropdown-menu-{sm|md|lg|xl} to apply size variation.