1.0.2 • Published 2 years ago
star-power v1.0.2
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.