star-power
v1.0.2
Published
A star rating component for your React app.
Maintainers
Readme
Star Power
A simple star rating component for React.

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