Child element of the <Popover>
component.
Contains the content of the Popover overlay.
Usage
import { PopoverBody } from 'nr1'
Props
Content to render when Popover opens.
Appends class names to the component.
Should be used only for positioning and spacing purposes.
Callback fired any time the overlay is closed.
function (event: Event ) => undefined
Callback fired any time the overlay is opened.
function (event: Event ) => undefined
Callback fired any time the overlay is toggled.
function (event: Event, opened: boolean ) => undefined
PopoverBody .PLACEMENT_TYPE .BOTTOM_START
Specifies the placement of the popover body relative to the popover trigger. Default display is on the bottom start, but you can also choose to display it from the bottom end.
<One ofPopoverBody.PLACEMENT_TYPE.BOTTOM_END,PopoverBody.PLACEMENT_TYPE.BOTTOM_START,>
Inline style for custom styling.
Should be used only for positioning and spacing purposes.
Methods
PopoverBody.render
function () => undefined