<MenuButton />
The
MenuButton
component follows the WAI-ARIA specification for menu buttons.boundaryElement?: HTMLElement | null
button: React.ReactElement
id: string
menu?: React.ReactElement
placement?: Placement
popoverScheme?: 'dark' | 'light'
popoverRadius?: number | number[]
portal?: boolean
Whether or not to render the popover in a portal element (defaults to
false
).