We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The value inside the bar indicating the current progress is optional:
However, when the value and total props are used the progress is always shown:
value
total
<Progress value={2} total={3} />
We should only show the progress value when the progress prop is present or the label='ratio|percent' prop is present.
progress
label='ratio|percent'
The text was updated successfully, but these errors were encountered:
Can I pick this up?
Sorry, something went wrong.
@BrainMaestro Yes, it will be awesome 👍
Released in [email protected].
[email protected]
No branches or pull requests
The value inside the bar indicating the current progress is optional:
However, when the
value
andtotal
props are used the progress is always shown:We should only show the progress value when the
progress
prop is present or thelabel='ratio|percent'
prop is present.The text was updated successfully, but these errors were encountered: