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
Hello, first thanks a lot for this great rating component !
I'm trying to find a way to provide a stroke to the star's svg path (see picture below), do you have any idea ?
If nothing allows me to do so, maybe could we add an object svgAttributes that could be destructurated in the svg or even these props:
svgAttributes
starRatedStroke
starEmptyStroke
starHoverStroke
Thanks!
The text was updated successfully, but these errors were encountered:
I like the svgAttributes solution. Will definitely do that. Right now the way you can modify the stroke is by using the path classname. You could also use this sister library: https://github.com/ekeric13/react-ratings-declarative#ratings
And pass in your own svgs via the svgs prop
svgs
Sorry, something went wrong.
No branches or pull requests
Hello, first thanks a lot for this great rating component !
I'm trying to find a way to provide a stroke to the star's svg path (see picture below), do you have any idea ?
If nothing allows me to do so, maybe could we add an object
svgAttributes
that could be destructurated in the svg or even these props:starRatedStroke
starEmptyStroke
starHoverStroke
Thanks!
The text was updated successfully, but these errors were encountered: