Dropdown
The Dropdown is a component that displays a dropdown box with additional information.
It can be used in a navbar link, in a button or any label you want.
Use
Copy the HTML snippet and keep in mind:
- The element with the class nkn-dropdown, is the container of the dropdown.
- he element with the class nkn-dropdown-toggle contains the dropdown toggle icon, this element must have the data-nkn-role = "dropdown-toggle" attribute to control the dropdown action.
- The element with the nkn-content class contains the additional information of the dropdown.