loading
Animated: ✔️
type | values | default |
---|---|---|
Boolean | false |
Boolean that forces loading state. The component provides an indeterminate loading state for the case that your data is not available immediately. With this property set to true you can use the component as the indeterminate progress.
Custom loader
Custom loading circle can be created with loader
!
Legend behavior
The use of the loading
state hides the legend.
Usage 📜
<ve-progress loading />
<ve-progress :loading="true" />