react-slider-redux-form

0.0.3 • Public • Published

React Slider for Redux Form

Note: In its current iteration, this package is identical to the original react-slider except for the following changes:

    value: React.PropTypes.oneOfType([
        React.PropTypes.number,
        React.PropTypes.string, // Changed to allow use for react-slider.
        React.PropTypes.arrayOf(React.PropTypes.number),
        React.PropTypes.arrayOf(React.PropTypes.node) // Changed to allow use for react-slider.
    ]),

(react-slider.js, lines 91-96)

For normal use it's best to use the original at https://www.npmjs.com/package/react-slider

Package Sidebar

Install

npm i react-slider-redux-form

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • giancarlo-vitamin