Skip to content

Progress Bars

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

We have a wonderful progress bars for you!

<va-progress-bar :value="35" color="warning">{{ value + '%' }}</va-progress-bar>

Props

  • value - Number (default: success).
  • 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