Skip to content
On this page

NcPopoverMenu

Props

Prop nameDescriptionTypeValuesDefault
menuarray-[{
href: 'https://nextcloud.com',
icon: 'icon-links',
text: 'Nextcloud',
}]

This component is deprecated. Please use the Actions component instead.

NcPopoverMenuItem

Props

Prop nameDescriptionTypeValuesDefault
itemobject-{
key: 'nextcloud-link',
href: 'https://nextcloud.com',
icon: 'icon-links',
text: 'Nextcloud',
}