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
.
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.