Menus appear upon interaction with a action, button, or other control. They display a list of choices, with one choice per line.
Most of the details about menu have been covered in Bootstrap dropdowns documentation. Please refer to this page for more details.
Behaviour
Add .menu
to default .dropdown-menu
to have the menu appear above its toggler.
Type
Add an additional class .dropdown-menu-sm
to an existing .dropdown-menu
to achieve a more compact dropdown menu which is more suitable for desktop.
Add an additional class .menu-cascading
to an existing .dropdown-menu
to have a more compact dropdown menu appear above its toggler.