Appearance
VextToolTip
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| width | Minimum width of the tooltip | number | - | 250 |
| height | Minimum height of the tooltip | number | - | 250 |
| offset | Offset to add to the tooltip position (for x and y) | number | - | 5 |
| content | Content to show in the tooltip. | object|array|string | - | null |
| placement | How to place the tooltip. | string | auto, right, left, bottom, top, right-bottom, right-top, left-bottom, left-top | "auto" |
| x | Horizontal position of the tooltip. | number | - | 0 |
| y | Vertical position of the tooltip. | number | - | 0 |
| zIndex | number|string | - | 300 |