<tooltip>
Tooltips display a hint of information over some element when hovered.
Example
xml
<tooltip position="top">
<button on-press="Message::Clicked">
<text>Hover me</text>
</button>
<text>Tooltip text</text>
</tooltip>Attributes
| Attribute | Type | Required |
|---|---|---|
position | string | Yes |
gap | float | No |
padding | float | No |
delay | string | No |
snap-within-viewport | boolean | No |
style | string | No |