react-rating

⭐ Zero-dependency, highly customizable rating component for React.

MIT License

Downloads
60.9K
Stars
338
Committers
3
react-rating - v1.5.0 Latest Release

Published by smastrom 9 months ago

Release notes

This release fixes #16 by introducing a new prop named preventDefault.

It is now possible to assign one of: keydown | click | all | none to granurarly control on which interactions event.preventDefault is called internally. By default it is set to all.

react-rating - v.1.4.0

Published by smastrom 11 months ago

Release notes

This release fixes a long-standing bug where the shapes size was not computed when Rating was mounted in a container with display: hidden - #10, #17

react-rating - v1.3.3

Published by smastrom 11 months ago

Release notes

Add event.stopPropagation to onClick hander - #16

react-rating - v1.3.2

Published by smastrom about 1 year ago

Release notes

  • Drop support for React 17. React 18 is now required to use react-rating.
  • Add support for NextJS 13 App Router
  • Fix #11