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: apps/web/content/docs/components/progress.mdx
+12
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,18 @@ Set your own custom colors for the progress bar component by using the `color` p
43
43
44
44
<Examplename="progress.colors" />
45
45
46
+
## Circular Progress
47
+
48
+
Use this Circular progress example to show a progress bar where you can set the progress rate using the `progress` prop from React which should be a number from 1 to 100.
49
+
50
+
<Examplename="progress.circular" />
51
+
52
+
## Circular Progress With Text
53
+
54
+
Use this Circular progress example to show a progress bar with a label. You can set the label text using the `textLabel` prop and the progress text using the `labelText` prop.
55
+
56
+
<Examplename="progress.circularWithText" />
57
+
46
58
## Theme
47
59
48
60
To learn more about how to customize the appearance of components, please see the [Theme docs](/docs/customize/theme).
0 commit comments