Progress Bar
A Progress bar is used to show a user how far along he/she is in a process.
Basic usage
|
Vue Properties
Property | Type | Description |
---|---|---|
percentage | Number | Progress (in percentage). |
buffer | Number | (Optional) Buffer (in percentage). |
Percentage and buffer must obviously be between 0 and 100, and percentage
+ buffer
must be lower or equal to 100. If percentage
is outside this interval the component will parse it and make it be within interval.
Options
Configure how your progress bar is shown. Add one of these CSS classes:
CSS Class | Description |
---|---|
indeterminate | Make its state as indeterminate. |
stripe | Make it striped. Optionally use in conjunction with animate |
animate | Works only along stripe . It makes a nice animated stripe. |
For color, use one of the main colors. See API > CSS > Color Palette.
Examples:
Specific height: