This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
:containerStyles="{}"
VTHoverbox sets its own width but you can set it manually too.
width="110"
VTHoverbox also sets its own height but you can set it manually too.
height="40"
fill="rgba(255, 255, 255, 0.5)"
HOVER ME!
<VTHoverbox
:styles="{}"
:containerStyles="{}"
:width="110"
:height="40"
fill="rgba(255, 255, 255, 0.5)"
>
HOVER ME!
</VTHoverbox>
Try a full demo on Codepen!