Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 588 Bytes

File metadata and controls

20 lines (14 loc) · 588 Bytes

Popover

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.

Props

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.

Examples

Use when presenting a set of actions in a disclosable menu.

<Popover>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</Popover>