Bootstrap Menu is an exclusive component of Metronic that provides a simple and elegent solution for Bootstrap Menu with nested Dropdown and Accordion Submenus.
Usage
Bootstrap Menu's CSS and Javascript bundles are globally included in all pages.
Bootstrap Menu structure is split into 3 parts. The trigger element, the menu container and the menu items.
The trigger element can be any HTML element. For example, a button, an input field or an empty div.
Add data-kt-menu-trigger to the trigger element with a value of click or hover initialize the menu trigger type.
Add .menu CSS class to the menu container along with data-kt-menu="true" attribute to define the menu container. There are other options available as well, listed below.
Add .menu-item CSS class to the menu item elements to define the menu elements. Add .menu-link as a child element within .menu-item to enable a clean hover state effect.
Bootstrap Menu can be nested within itself to allow multiple tier menus. Please refer to our nested menu example below.
Bootstrap Menu supports all Bootstrap styling classes.