DropdownMenuPopover API

API reference docs for theDropdownMenuPopovercomponent. For examples and details on the usage of this component, visit the component demo page.

Props

PropTypeDescriptionDefault
shouldUsePortal?booleanDetermines whether the DropdownMenuPopover should be rendered in a React Portal. If true, the Popover will be rendered outside the DOM hierarchy of the parent component.true
childrenReact.ReactNodeContent of the DropdownMenu with the options._