diff --git a/docs/index.html.ejs b/docs/index.html.ejs index 9568d56..5739bf4 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -43,6 +43,7 @@
@@ -965,6 +965,35 @@ }); `) %> +
+ 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. + + ++ +
+ 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.
+