1.0.2 • Published 8 years ago

react-rating-stars v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

React Rating Stars

React component to rate through stars

Facebook React Component

Add it to your project

  1. Run `npm install react-rating-stars --save
  2. Import import RatingStars from "react-rating-stars";
  3. Require var RatingStars require("react-rating-stars");

How to apply?

const stars = 5; //Number of stars
const changeRating = () => true; //Callback on change

<RatingStars stars={stars} onChange={changeRating} />
1.0.2

8 years ago

1.0.1

8 years ago

1.0.5

8 years ago