1.0.0 • Published 6 years ago

star-review-react v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

React star review

A simple and customizable rating component for React Banner

Props

PropTypeDescriptionDefault
sizeNumberSize of a star in px30
ratingNumberInitial rating0
interactiveBooleanIf true, users can change a rating. Must also provide onRatingChangedfalse
onRatingChangedFunctionCallback when rating changesnull
countNumberNumber of stars, aka the scale5
borderThicknessNumberThe stars' border thickness2
filledColorStringColor used to fill the star#FFC82C
clearColorStringColor used to indicate the empty areas of the star#FFF
borderColorStringThe stars' border color#E4B50E
hoverColorStringColor used to fill when a user hovers over them#FBDC84

Todos

  • Add support for right-to-left
  • Add support for custom icons