A simple star rating component for React.
npm install star-power
Add the <Star />
component to your project to display a star rating.
import Star from "star-power";
const Example = () => <Star rating={3.5} />;
This project is open source and available under the MIT License.