NavBarDropdownMenu
This component allows you to create a nav bar dropdown. It contains a label for the menu title, menu icon and a dropdown items.
Example

<nav-bar-dropdown-menu
:menu-title="menuTitle"
:menu-icon="menuIcon"
:dropdown-items="dropdownItems"
:is-active="isActive"
:is-hoverable="isHoverable"
/>
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| isHoverable | - | Boolean | false | false |
| menuTitle | - | String | false | "" |
| menuIcon | - | String | false | undefined |
| isActive | - | Boolean | false | false |
| dropdownItems | - | Array | false | [object Object] |
Events
| Event Name | Description | Parameters |
|---|---|---|
| selection | - | - |