Very easy to implement and in any element of the DOM.
To change the color of the tooltip, use the property color. You are able to use the Main Colors or RGB and HEX colors.
:::warning Only RGB and HEX colors are supported. :::
| Name | Type | Parameters | Description | default |
|---|---|---|---|---|
| text | String | Determine the text inside the tooltip. | ||
| color | String | Change the color of the tooltip. | ||
| delay | String | Change the time the tooltip appears. | ||
| position | String | top, left, bottom, right | Change the position where the tooltip will appear. | |
| title | String | Add a title to the tooltip. | ||
| active | Boolean | determines if the tooltip is active. | true |