Popover API
API reference docs for thePopovercomponent. For examples and details on the usage of this component, visit the component demo page.
Props
| Props | Type | Description | Default |
|---|---|---|---|
children | React.ReactNode | The content of the Popover component. | _ |
shouldUsePortal? | boolean | Determines whether the Popover should be rendered in a React Portal to <Root>. If true, the Popover will be rendered outside the DOM hierarchy of the parent component. Useful for avoiding issues with z-index or overflow. | false |