UITooltip
A tooltip component
Since: 7.0.0 (3.0.0)
Name | Type | Default | Description |
title |
| Tooltip title | |
text |
| Required - Tooltip text | |
show |
|
| If the tooltip should be visible |
fixed |
|
| Set to true if the tooltip should be possisioned fixed instead of absolute |
parent |
| Position against specific parent element. Otherwise take closest. | |
verticalPosition |
|
| Vertical position for the tooltip reference to parent [top|center|bottom] |
horizontalPosition |
|
| Horizontal position for the tooltip reference to parent [left|center|right] |
arrowPosition |
|
| Arrow position on the tooltip [bottom|top|left|right] |
Example
Last updated