Progress Bar
Progress bar indicates the percentage completed of a task.
install | yarn add @clayui/progress-bar |
---|---|
version | 3.111.0 |
Stable3.111.0View in LexiconCHANGELOG
Property | Description |
---|---|
feedback boolean | Flag to indicate if children should be wrapped as feedback .The default value is false |
value number | The current value of the progress bar. Should range from 0 to 100. The default value is 0 |
spritemap string | Path to spritemap for icon symbol. |
warn boolean | Flag to indicate whether a "warning" color for the bar. |