Popover API

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

Props

PropsTypeDescriptionDefault
childrenReact.ReactNodeThe content of the Popover component._
shouldUsePortal?booleanDetermines 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