-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Progress Size not working #3970
Comments
Can you please provide a sandbox. |
I don't have the time to create a sandbox!! if your employed by Next UI when test yourself by creating Next JS Project with Tailwind import the Progress Bar and see for yourself. |
which nextjs & react version are you using? |
|
couldn't reproduce as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NextUI Version
2.4.8
Describe the bug
Using import
import {Progress} from "@nextui-org/react";
in Next Js projectSetting the progress size size="sm" or "md" will not render the progress bar in browser. Setting the size to "lg" will work but not the for the other two sizes "sm" and "md"
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
<Progress size="sm" aria-label="Loading..." value={30} />
Doesn't render progress bar in browser<Progress size="md" aria-label="Loading..." value={40} />
Doesn't render progress bar in browser<Progress size="lg" aria-label="Loading..." value={50} />
Will render progress bar in browserExpected behavior
When using size="sm" and size"md" will not render progress bar in browser.
Screenshots or Videos
Operating System Version
MacOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: