BootstrapVue Progress
The BootstrapVue progress components can be used to show a user how far along he/she is in a process. These BootstrapVue progress bars are built with two HTML elements, some CSS to set the width, and a few attributes. Now keep reading some examples to see how BootstrapVue Progress bars work.
Example
Task completed
60%
Task completed
60%
Task completed
60%
Task completed
60%
Task completed
60%
Task completed
60%
Task completed
60%
Props
PROP NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
striped | Boolean | N/A | Whether progress is striped |
animated | Boolean | N/A | Whether progress is animated (works only with striped prop together) |
label | String | N/A | Progress label (shown on the left above progress) |
height | Number | 3 | Progress line height |
type | String | default | Progress type (e.g danger, primary etc) |
showLabel | Boolean | N/A | |
progressClasses | Array / String | N/A | Progress css classes |
size | String | N/A | |
value | Number | N/A | Progress value |
If you want to see more examples and properties please check the official BootstrapVue Documentation.