Tooltip

Very easy to implement and in any element of the DOM.

Default

You can add a tooltip to any element with the directive v-tooltip.

24%

Position

You can change the position in which the tooltip will appear with the property position.

Delay

You can change the delay in appearing the tooltip with the property delay.

Color

To change the color of the tooltip we have the property color, as a value you can put the main colors as:primary, success, danger, warning, dark, or a color RGB, HEX.

WARNING

Only RGB and HEX colors are supported.

API #

NameTypeParametersDescriptiondefault
v-tooltipString || Objecttext, position, color, delayMain function that adds a tooltip to the element.
textStringTooltip text.
positionStringPosition of the tooltip with respect to the element.
delayNumber2000(2s)Delay time the tooltip appears.