Tooltip

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

Default

To add a tooltip we have the component vs-tooltip

Position

You can change the position at which the tooltip appears 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, use the property color. You are able to use the Main Colorsopen in new window or RGB and HEX colors.

WARNING

Only RGB and HEX colors are supported.

Title

If necessary, you can add a title to the tooltip with the property title

API #

NameTypeParametersDescriptiondefault
textStringDetermine the text inside the tooltip.
colorStringChange the color of the tooltip.
delayStringChange the time the tooltip appears.
positionStringtop, left, bottom, rightChange the position where the tooltip will appear.
titleStringAdd a title to the tooltip.
activeBooleandetermines if the tooltip is active.true