Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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>