This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:styles="{}"
:containerStyles="{}"
Toggles between the default Vuelity animation and a normal spinner animation.
:default="true"
Sets the overflow property on the body tag to hidden and a fixed position to the loading container.
:fullscreen="false"
<VTLoading
:styles="{}"
:containerStyles="{}"
:default="true"
>
<!-- Optional Slot -->
</VTLoading>
Try a full demo on Codepen!