react-simple-star-rating icon indicating copy to clipboard operation
react-simple-star-rating copied to clipboard

A simple react component for adding a star rating to your project.

Results 36 react-simple-star-rating issues
Sort by recently updated
recently updated
newest added

issue with Tailwinds CSS/Daisy components it shows stars in vertical line

There is peer dependency error for react 18.2.0 I like to ask whether there are any trouble by installing with --force command and also updating plan for current react version....

initialValue={5} it does not respect that, and initially it is showing as blank only with no stars filled, even with readonly settings.

readonly is not working and how to disable rating if it's needed

I used the codesandbox demo to try out the project. Amazing project and thank you for this! I wanted to have 10 star IMDb style rating on my website. I...

If you want not to hover already fulled stars, now you can pass `allowHoverOnDefault` prop set to false.

`onClick` callback returns current rating value as percentage (0~100), not fraction (0 ~ 5).

Adding option to render a custom class in filled stars, this property allows add external styles in selected starts!