NcPopoverMenu
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| menu | array | - | [{ href: 'https://nextcloud.com', icon: 'icon-links', text: 'Nextcloud', }] |
This component is deprecated. Please use the Actions component instead.
NcPopoverMenuItem
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| item | object | - | { key: 'nextcloud-link', href: 'https://nextcloud.com', icon: 'icon-links', text: 'Nextcloud', } |