-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Progress Bars
Sanya Boriskin edited this page Aug 5, 2019
·
17 revisions
- va-progress-bar
- va-progress-circle
<va-progress-bar
:value="35"
color="warning"
/>
-
value
- Number. -
indeterminate
- Boolean - if 'indeterminate' is 'true', 'value' prop will be ignored. -
color
- String (default:success
). -
buffer
- Number (default: 100).
<va-progress-circle
indeterminate
color="info"
/>
-
value
- Number. -
indeterminate
- Boolean. -
color
- String (default:success
).