react-rating
react-rating copied to clipboard
A rating react component with custom symbols.
With increasing emphasis on making websites accessible to people with disabilities it is good time to make this component A11y compatible too. Not having A11y support has both business and...
On 1.3.2 version Why don't show "initialRating" prop on props suggestion and what is the "value" prop on props suggestion shows instead?
Specifically on Firefox sometimes it is possible to set 6 using RatingField by clicking the fifth star when stop={5}. This does not happen consistently.
Hey, I am trying to update a label next to the ratings that show some text depending on the star selected (or the one you're hovering over). The problem is...
I get this in the client devtools console at start when I use react-rating in my meteor project: `DevTools failed to parse SourceMap: http://localhost:3000/packages/react-rating.js.map` It prevents all source maps from...
When I try `` when the placeholderRate in decimal place of 0.1, 0.2 , 0.8 and 0.9, it will occurs check sum issues in Microsoft Edge browser and IE >...
I find the current documentation very difficult to decipher. On the demo page you supply various icons using SVG, span element, image, color ratings, fontawesome icons, etc, but you don't...
I want to create a rating labelled with numbers of corresponding rate. Something like this: [1][2][3][4] "empty" and "full" elements are custom React components, so I am using component this...
Suggestion: Since the package hasn't been updated since 2019 and has type-breaking incompatibilities with Reacts 17 and 18, it should probably be marked as deprecated and the README updated to...
After upgrading to React 18.2.0 i get the following error when using the `Rating`-Component ``` TS2786: 'Rating' cannot be used as a JSX component. Its instance type 'Rating' is not...