A simple text popup tip. The Tooltip 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 |
|---|---|
| Tooltip | DONE |
You can find all examples for components developed in this module here.
Very basic Tooltip component examples.
You can use rich html content with Tooltip component too. Also it handles very long content.
This component composes styled-system
| Property Name | Type | Description |
|---|---|---|
| children | node | Elements that you want to apply tooltip |
| direction - 'top' | enum | Where to show the tooltip |
| content | node | Set the content of tooltip. Can be a simple string or html. |