Progress bars are a great way to show task advances or waiting time indications to the user.
You can have a progress bar with indeterminate value with the property indeterminate
.
You can change the height of the loading bar with the property height
.
TIP
By default the property height
is 5 (5px
)
Name | Type | Parameters | Description | default |
---|---|---|---|---|
percent | Number | Percentage of the progress | 0 | |
color | String | RGB, HEX, primary, success, danger, warning, dark | Component color | primary |
indeterminate | Boolean | determines if the progress bar its value is indeterminate and adds an animation | false | |
height | Number | Determine the height of the progress bar | 6 |