Skip to content
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

Open
shanewmurphy opened this issue Nov 1, 2024 · 8 comments
Open

Progress Size not working #3970

shanewmurphy opened this issue Nov 1, 2024 · 8 comments

Comments

@shanewmurphy
Copy link

shanewmurphy commented Nov 1, 2024

NextUI Version

2.4.8

Describe the bug

Using import import {Progress} from "@nextui-org/react"; in Next Js project
Setting 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 browser

Expected behavior

When using size="sm" and size"md" will not render progress bar in browser.

Screenshots or Videos

Screenshot 2024-11-01 at 08 50 18

Operating System Version

MacOS

Browser

Chrome

Copy link

linear bot commented Nov 1, 2024

@ShrinidhiUpadhyaya
Copy link
Contributor

Can you please provide a sandbox.

@shanewmurphy
Copy link
Author

shanewmurphy commented Nov 1, 2024

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.

@wingkwong
Copy link
Member

which nextjs & react version are you using?

@shanewmurphy
Copy link
Author

which nextjs & react version are you using?
Next JS Ver - "14.2.14"
React Ver - "18"

@IsDyh01
Copy link

IsDyh01 commented Nov 4, 2024

@wingkwong
Copy link
Member

couldn't reproduce as well.

@shanewmurphy
Copy link
Author

shanewmurphy commented Nov 4, 2024

NextUI_progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants