diff --git a/docs/index.html.ejs b/docs/index.html.ejs index c8eeb30..0df0d75 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -43,6 +43,7 @@
@@ -969,6 +969,35 @@ }); `) %> +
+ You can use a progress indicator, also known as a progress bar control, to show the percentage of completion of a lengthy operation. + + ++ +
+ 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.
+