NcHeaderMenu
Author: Georg Ehrke georg-nextcloud@ehrke.email
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
excludeClickOutsideClasses | A class-name or an array of class-names to be ignored when clicking outside an element | string|array | - | () => [] |
id | Unique id for this menu | string | - | |
ariaLabel | aria-label attribute of the menu open button | string | - | '' |
open | Current menu open state | boolean | - | false |
Events
Event name | Properties | Description |
---|---|---|
close | ||
closed | ||
open | ||
opened | ||
update:open | ||
cancel |
Slots
Name | Description | Bindings |
---|---|---|
trigger | Icon trigger slot. Make sure the svg path | |
default | Main content |
This component is made to be used in the Nextcloud top header.
loading...