PopoverPropsinterface

{
	children: PopoverChildren;
	onClose?: Callback;
	open?: boolean;
}
PropertyType
.childrenPopoverChildren
Children for the popover. required
.onCloseCallback
Callback that gets called when the Popover closes.
.openboolean
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.