align | string | The alignment of the popover, used with placement, one of left, right, 'top', or 'bottom'. if placement is top or bottom, align controls horizontal alignment. if placement is left or right, align controls vertical alignment. |
autoPlacement | boolean | Whether to autoplace the popover based on the trigger element. |
children | JSX.Element | The popover content. |
containerRef | object | null | Ref to the container element. |
customAttributes | object | Custom attributes for the component. |
customClasses | string | Array | object | Custom classes for the component. |
isHide | boolean | Whether the popover is hidden. |
isOpen | boolean | Whether the popover is open. |
isReveal | boolean | Whether the popover is revealed. |
placement | string | The placement of the popover, one of top, bottom, left, or right. |
popoverAttributes | object | Custom attributes for the popover element. |
popoverClasses | string | Array | object | Custom classes for the popover element. |
popoverRef | object | null | Ref to the popover element. |
triggerRef | object | null | Ref to the trigger element. |
width | number | The width of the popover in pixels. |