It is an accessibile react component for rating. Demo Link
npm install --save accessible-react-rating
import React, { Component } from 'react';
import MyComponent from 'accessible-react-rating';
class Example extends Component {
render() {
return <MyComponent />;
}
}
Use keyboard tab and arrow left/right to select the star
Test with VoiceOver
emptySymbol = , fullSymbol = , numberOfRatings = 5, initialRating = 0, getRatingValue = () => {}, legend = 'your ratings'
MIT © bowen31337