Popovers are small overlays that open on demand, usually when the user clicks a button. They let users access supplementary content and actions without cluttering the page.
| Prop | Type | Description |
|---|---|---|
| children | node | The content to display inside the popover |
| placement | oneOf(['top', 'right', 'bottom', 'left']) | The preferred direction to open the popover. |
Use when presenting a set of actions in a disclosable menu.
<Popover>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</Popover>