Child element of the <Popover>
component.
Contains the content of the Popover overlay.
Usage
import { PopoverBody } from 'nr1'
Props
REQUIREDnode | Content to render when Popover opens. |
string | Appends class names to the component.Should be used only for positioning and spacing purposes. |
function | Callback fired any time the overlay is closed when function ( |
function | Callback fired any time the overlay is opened when function ( |
function | Callback fired any time the overlay is toggled when function ( |
enum | 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 of |
object | Inline style for custom styling.Should be used only for positioning and spacing purposes. |
string | Adds a Note: You might not see |