star-power
v1.0.2
Published
A star rating component for your React app.
Downloads
99
Maintainers
Readme
Star Power
A simple star rating component for React.
Installation
npm install star-power
Usage
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.