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

Stars show horizontal with Chakra UI #20

Open
john-okeefe opened this issue Jun 27, 2022 · 5 comments
Open

Stars show horizontal with Chakra UI #20

john-okeefe opened this issue Jun 27, 2022 · 5 comments

Comments

@john-okeefe
Copy link

No description provided.

@AaryanAdil
Copy link

The svg used for stars has CSS display:block

Change that to display:inline-block

@aaronpo97
Copy link

Issue is the same with Tailwinds CSS/Daisy components

@john-okeefe
Copy link
Author

john-okeefe commented Aug 31, 2022

This is not work. At least not as <Rating style={{display: 'inline-block'}} ratingValue=...

@awran5
Copy link
Owner

awran5 commented Oct 3, 2022

This should be fixed in the latest release. Please check it out and let me know if there any issues.

Thank you all.

@siemeris
Copy link

<Rating SVGstyle={{display: 'inline-block'}} ... worked for me.
Thanks

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

No branches or pull requests

5 participants