include "include/header_production.html"

Dropdown Menus Dropdown menus can be added to almost all elements and can be triggered either on click or hover.

include "include/breadcrumb_right.html"

Documentation

To see all the available options & configurations, we suggest reading the Dropdowns documentation.

Inline

Inline dropdowns can be used for creating navigation menus.

Positions

The dropdowns submenus can have the following positions: bottom left(default), bottom right. To change the position to the right you need to add .float-right class to the .dropdown-menu ul element. To push left the dropdown menu you need to add .push-left class to the .dropdown-menu ul element. To trigger a dropdown you need to add the data-trigger: attribute to the controller element (buttons, etc).

Dropups

Dropups are dropdowns with position top instead of bottom. Tp create dropup menus replace the .dropdown wrapper class with .dropup.

include "include/footer.html"