From ff0487a77941cb55810efb06f26e7684243a9eb9 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 15 Sep 2024 11:01:53 +0530 Subject: [PATCH] fix: typo mistake for giving name for example --- apps/web/content/docs/components/progress.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/content/docs/components/progress.mdx b/apps/web/content/docs/components/progress.mdx index cb4dc1c94..12a0c8c3e 100644 --- a/apps/web/content/docs/components/progress.mdx +++ b/apps/web/content/docs/components/progress.mdx @@ -47,13 +47,13 @@ Set your own custom colors for the progress bar component by using the `color` p 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. - + ## Circular Progress With Text 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. - + ## Theme