An HTML element, or a function that returns one. This is the element that the popover will be anchored to.
Optional
backgroundThe background color of the popover content. Values can be
'primary' | 'failure' | 'warning' | 'success' | 'lightGray' | 'darkGray' | 'text'
,
or any valid CSS color string (e.g., hex, rgb, etc). Defaults to 'cards'.
The content of the popover.
Callback fired when the component requests to be closed.
The event source of the callback.
Can be: "backdropClick", "escapeKeyDown".
Props for the Popover component.