material-star-rating
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "material-star-rating", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A star-rating component for React with Material-UI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,5 +14,5 @@ # Material Star Rating | ||
* isBig (optional | boolean | default:false) - changes the size of the stars | ||
* interactive (optional | boolean | default: false) - makes the stars interactive | ||
* handleRate (optional | function | default: null) - handles the rating if the stars are interactive | ||
* value (optional | number | default: 0) - the number of filled stars | ||
* **isBig** (`optional` **|** `boolean` **|** `default:false`) - changes the size of the stars | ||
* **interactive** (`optional` **|** `boolean` **|** `default:false`) - makes the stars interactive | ||
* **handleRate** (`optional` **|** `function` **|** `default:null`) - handles the rating if the stars are interactive | ||
* **value** (`optional` **|** `number` **|** `default:0`) - the number of filled 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
3990