Tooltip
A tooltip is a floating label that provide a brief explanation about a specific user interface element. It can be triggered when users hover or focus.
Usage
- When triggered, tooltips present a textual label that identifies an element, providing information about its function or purpose.
- The children you provide to the component, will be the elements that are wrapped by the tooltip. If no children are provided, the component will fallback to an information-icon.