Skip to content

Commit

Permalink
fix: typo mistake for giving name for example
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalveera committed Sep 15, 2024
1 parent 61b6e73 commit ff0487a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/content/docs/components/progress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Example name="progress.circular" />
<Example name="progress.circularProgress" />

## 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.

<Example name="progress.circularWithText" />
<Example name="progress.circularProgressWithText" />

## Theme

Expand Down

0 comments on commit ff0487a

Please sign in to comment.