Tooltip
A popup that reveals information when hovering over an element.
Based on Reka UI Tooltip
Key Props
text: to set the content of the Tooltip.kbds: to render Kbd components in the Tooltip.content: to control how the Tooltip content is rendered, like itsalignorsidefor example.arrow: to display an arrow on the Tooltip.disabled: to disable the Tooltip.
Usage
<UTooltip
<!-- props here -->
/>