A simple text popup tip. The Popover component is used to describe something. In some cases tooltips are used to show more content, this should be used cautiously since it is hard to be completely accessible.
| Component Name | Development Status |
|---|---|
| Popover | DONE |
You can find all examples for components developed in this module here.
Very basic Popover component examples.
You can change the placement of the Popover component.
This component composes styled-system
| Property Name | Type | Description |
|---|---|---|
| children | noderequired | |
| content | unionrequired | |
| isShown - false | bool | When true, the popover is shown. |
| width - 200 | number | Width of the Popover. |
| placement - 'bottom-left' | enum | Positioning of the Popover |