react-range-selector

support select range between "from point" and "to point".

the html5 input range only supports one point, and it's not easy to use for mobile. this npm pack is an alternative solution with input checkbox.

Features

  • based on BEM
  • has "is-start " class, "in-range" and "is-end" class for special styling set
  • support initial selected range
  • support customize range
  • standalong react plugin with options set for your quick prototype, check the Demo

GitHub