This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
When set to true, stores a cookie which prevents it from returning.
:cookie="false"
Delay from page-load to the popup appearing.
delay="2s"
hoverColor="#ffffff"
hoverBackground="#83dbca"
Hello, I am a popup! Click me!
<VTPopup
:styles="{}"
:cookie="false"
delay="2s"
hoverColor="#ffffff"
hoverBackground="#83dbca"
>
Hello, I am a popup! Click me!
</VTPopup>
Try a full demo on Codepen!