Properties
All property default values are globally configurable.
Property | Type | Default | Description |
---|---|---|---|
animated | Boolean | false | Enable the animated background. Also automatically sets 'striped' |
height | String | Override the default height by specifying a CSS height value (including units) | |
max | Number or String | 100 | Set the maximum value |
precision | Number or String | 0 | The number of digits after the decimal to round the value to |
show-progress | Boolean | false | Displays the current progress value as a percentage |
show-value | Boolean | false | Displays the current progress value |
striped | Boolean | false | Enable the striped background |
value | Number or String | 0 | The current value of the progress bar |
variant | String | Applies one of the Bootstrap theme color variants to the component |