Props
Name | Description | Type | Default | Required |
---|---|---|---|---|
reference | Name of ref element within the parent's $refs object. Tooltip will be
positioned relative to this element. | string | — | true |
refs | Parent's $refs object which should contain the named reference . | object | — | true |
disabled | Whether or not tooltip is disabled | boolean |
false
| — |
placement | Placement of tooltip relative to reference . Supports any popper.js placement string | string |
'bottom'
| — |
text | Text of the tooltip | string |
null
| — |
maxWidth | Maximum width of the tooltip.
Accepted values follow the standard
CSS max-width property format.
If it's not provided, the tooltip's
size fits its content. | string |
null
| — |
appendToOverlay | Whether or not the tooltip should be moved
to the overlay container element #k-overlay | boolean |
false
| — |
Slots
Name | Description |
---|---|
default | Slot alternative to text prop |