PopoverPropsinterface
{
children: PopoverChildren;
onClose?: Callback;
open?: boolean;
}| Property | Type | |
|---|---|---|
.children | PopoverChildren | Children for the popover. required |
.onClose | Callback | Callback that gets called when the Popover closes. |
.open | boolean | Whether the popover is open/closed (defaults to whether all popoverChildren nodes has at least one truthy node). |
Props for Popover, a trigger element that reveals floating content.