- A ProgressIndicator is a control, also known as a progress bar control, you can use to show the percentage of completion of a lengthy operation.
+ You can use a progress indicator, also known as a progress bar control, to show the percentage of completion of a lengthy operation.
- The ProgressIndicator component supports two types of bars. Both are deterministic, which means that you should give it a value parameter. Indeterministic progress bars are not supported, yet.
-
-
-
- There are two types of progress bars: continuous and block. The continuous doesn't require any further configuration. The block bar does require a class of progress-bar-block.
+ There are two types of progress bars: solid and segmented. The solid version is the default. To declare a segmented bar, you should use the segmented class.