This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
:rainbow="false"
:fillBorder="false"
:onlyBorder="false"
:ripple="true"
:shine="false"
:hoverEnabled="true"
hoverColor="#ffffff"
hoverBackground="#5bd0b9"
<VTButton
:styles="{}"
:rainbow="false"
:fillBorder="false"
:onlyBorder="false"
:ripple="true"
:shine="false"
:hoverEnabled="true"
hoverColor="#ffffff"
hoverBackground="#5bd0b9"
>
CLICK ME!
</VTButton>
Try a full demo on Codepen!