This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
If you need to programmatically toggle VTBurger, it will watch for this prop and update accordingly.
:state="false"
:ripple="false"
background="#47cab1"
hoverBackground="#6fd6c1"
stripColor="#ffffff"
stripHoverColor="#ffffff"
@open="logValue($event)"
<VTBurger
:styles="{}"
:state="false"
:ripple="false"
background="#47cab1"
hoverBackground="#6fd6c1"
stripColor="#ffffff"
stripHoverColor="#ffffff"
@open="logValue($event)"
/>
Try a full demo on Codepen!