Stable3.2.0View in LexiconCHANGELOG
As long as the process is running, the progress bar grows continuously from 0% to 100%.
If you need to communicate the progress of a certain set of actions. You should use the Multi Step Nav component.
50%
20%
20%
Copied!
Status
You can use value
property to define the percentage value of the progress bar.
When value
is 100, the color of the progress bar will be styled to success
.
Also, you can use warn
property to set the color of the progress bar fixed on warning
.
0%
50%
50%
Copied!
Code Sample (expand to see it)
Feedback
Use feedback
property to provide the same visual feedback to all items wrapped by ClayProgressBar
.
99% Completed
100% Completed
99% Completed
Copied!
Code Sample (expand to see it)