<cla-menu>
Dropdown menu element. Adds a dropdown menu anywhere you'd like on the page. Links can be slotted inside this component: you can add this to the a card using the menu
slot.
Usage
Properties
Property | Required | Description | Type | Default |
---|---|---|---|---|
closeOnSelect | false | If 'true' the menu will close when an item is selected | boolean | false |
Slots
Slot | Description |
---|---|
any | Allows menu items to be added to the dropdown menu. |
Events
Event | Description | Type |
---|---|---|
toggleEvent | Emitted when the menu is toggled. |
|