react-stars
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "react-stars", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Simple star rating component for your React projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-stars.js", |
# react-stars :star: | ||
###### A simple star rating component for your React projects | ||
###### A simple star rating component for your React projects (now with half stars and custom characters) | ||
@@ -7,2 +7,8 @@ ![react-stars](http://i.imgur.com/VDbzbqF.gif) | ||
### Get started quickly | ||
###### Install react-stars package with NPM: | ||
`npm install react-stars --save` | ||
Then in your project include the component: | ||
```javascript | ||
@@ -9,0 +15,0 @@ import ReactStars from 'react-stars' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15333
53