Skip to content

loading

Animated
typevaluesdefault
Booleanfalse

Boolean that forces loading state. The component provides an indeterminate loading state when your data is not immediately available. With this property set to true, you can use the component as an indeterminate progress indicator.

Custom loader

Custom loading circle can be created with loader! To show a determinate loading, use determinate.

Legend behavior

The use of the loading state hides the legend.

Usage 📜

vue
<ve-progress loading />
<ve-progress :loading="true" />

Examples

js
<template>
  <ve-progress :loading="true" :progress="50"/>
</template>

Released under the MIT License.