React Simple Rating
A simple react component for adding a star rating to your project.
Install
Usage
Available Props
Prop | Type | Options | Description | Default |
---|---|---|---|---|
onClick |
Function | Required | Handles the returned rating value | - |
ratingValue |
Integer | Required | Rating value passed from the component | - |
stars |
Integer | Optional | Number of the stars | 5 |
size |
integer | Optional | Stars size in px |
25 |
label |
Boolean | Optional | Show the value next to the starts true if present |
false |
transition |
Integer | Optional | Adds a hover transition effect true if present |
false |
fillColor |
String | Optional | Full stars color | #f1a545 |
emptyColor |
String | Optional | Empty stars color | #cccccc |
className |
String | Optional | if applied, it will Remove the inline style | - |