include "include/header_production.html"
To see all the available options & configurations, we suggest reading the Dropdowns documentation.
Inline dropdowns can be used for creating navigation menus.
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 are dropdowns with position top instead of bottom. Tp create dropup menus replace the .dropdown wrapper class with .dropup.
include "include/footer.html"