<Popover />
The
Popover component is used to display some content on top of another.animate?: booleanWhether the
Popover should animate in and out.arrow?: booleanboundaryElement?: HTMLElement | nullchildren?: React.ReactElementconstrainSize?: booleancontent?: React.ReactNodedisabled?: booleanopen?: booleanpadding?: number | number[]placement?: 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end' | 'bottom' | 'bottom-start' | 'bottom-end'portal?: booleanWhether or not to render the popover in a portal element.
preventOverflow?: booleanradius?: number | number[]referenceElement?: HTMLElement | nullscheme?: 'dark' | 'light'