Skip to content

Commit

Permalink
feat: change type text props in component Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Dec 18, 2024
1 parent c8f6c67 commit a982368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Progress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ LANDING_BLOCK-->
| size | Sets the progress bar size. The progress bar text can only be displayed in `"m"` size. | `string` | `"m"` |
| stack | Configuration of composite progress bar. Not required if a `value` is provided. | `Array<Stack>` | |
| stackClassName | HTML `class` attribute of stack | `string` | |
| text | Text inside the progress bar | `string` | |
| text | Text inside the progress bar | `ReactNode` | |
| theme | Sets progress color | `string` | `"default"` |
| value | Current progress value. The available range is from 0 to 100. Using the `stack` property value is optional and is used as maxValue. | `number` | |

Expand Down

0 comments on commit a982368

Please sign in to comment.