Skip to content

Progress Bars

Sanya Boriskin edited this page Aug 5, 2019 · 17 revisions

We have two types of progress bars:

  • [va-progress-bar] - horizontal progress bar.
  • [va-progress-circle]
<va-progress-bar 
 :value="35" 
 color="warning"
/>

<va-progress-circle 
 indeterminate 
 color="info"
/>

Props

  • value - Number.
  • indeterminate - Boolean - if 'indeterminate' is 'true', 'value' prop will be ignored.
  • color - String (default: success).
  • buffer - Number (default: 100).

Find DEMOs here!

Clone this wiki locally