UNPKG

react-star-ratings

Version:

A customizable star rating component for selecting x stars or visualizing x stars

11 lines (8 loc) 247 B
// polyfill for ie Number.isInteger = Number.isInteger || function(value) { return typeof value === 'number' && isFinite(value) && Math.floor(value) === value; }; import StarRatings from './star-ratings'; export default StarRatings;