You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/circular-progress.md
+103-1Lines changed: 103 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
<!-- catalog-only-start --><!-- ---
2
+
name: Circular Progress
3
+
dirname: circularprogress
4
+
-----><!-- catalog-only-end -->
5
+
6
+
<catalog-component-headerimage-align="end">
7
+
<catalog-component-header-titleslot="title">
8
+
1
9
# Circular progress
2
10
3
11
<!--*
@@ -19,23 +27,63 @@ There are two types of progress indicators: Linear and circular.
19
27
Circular progress indicators display progress by animating along an invisible
20
28
circular track in a clockwise direction.
21
29
22
-

30
+
</catalog-component-header-title>
31
+
32
+

@@ -47,8 +95,30 @@ indeterminate.](images/circularprogress/usage.gif "Determinate and indeterminate
47
95
Indeterminate circular progress indicators may cycle between four colors
48
96
(primary, primary container, tertiary, and tertiary container by default).
49
97
98
+
<!-- github-only-start -->
99
+
50
100


0 commit comments