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
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: website/pages/circularprogress.mdx
+22-24
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,20 @@
1
1
importSEOfrom"../components/SEO";
2
2
3
-
<SEOtitle="Circular Progress"description="Circular Progress is used to indicates the progress for determinate and indeterminate processes." />
4
-
5
-
6
-
3
+
<SEO
4
+
title="Circular Progress"
5
+
description="Circular Progress is used to indicates the progress for determinate and indeterminate processes."
6
+
/>
7
7
8
8
# Circular Progress
9
+
9
10
The Circular Progress component is used to indicates the progress for both determinate and indeterminate processes.
10
11
11
12
- Determinate progress fills the circular track with color, as the indicator
12
13
moves from 0 to 360 degrees.
13
14
- Indeterminate progress grows and shrinks the indicator while moving along the
14
15
circular track.
15
16
16
-
17
-
See `CCircularProgress`'s <atarget="_blank"href="https://github.com/chakra-ui/chakra-ui-vue/blob/master/packages/chakra-ui-core/src/CCircularProgress/accesibility.md">accessibility report</a>
18
-
17
+
See `CCircularProgress`'s <atarget="_blank"href="https://github.com/chakra-ui/chakra-ui-vue/blob/master/packages/chakra-ui-core/src/CCircularProgress/accessibility.md">accessibility report</a>
19
18
20
19
<carbon-ad />
21
20
@@ -25,14 +24,12 @@ See `CCircularProgress`'s <a target="_blank" href="https://github.com/chakra-ui/
0 commit comments