This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
:containerStyles="{}"
text="Add tooltip text to the "text" prop"
position="top"
:arrow="true"
Add tooltip text to the "text" prop
Hover Me!
<VTTooltip
:styles="{}"
:containerStyles="{}"
text="Add tooltip text to the "text" prop"
position="top"
:arrow="true""
>
Hover Me!
</VTTooltip
Try a full demo on Codepen!