react-smooth-range-input
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

🎚 React Smooth Range Input

Tweet CircleCI Coverage Status npm downloads npm npm

  • Butter smooth input range
  • Beautiful animation interaction
  • Tiny size

Install

$ npm install react-smooth-range-input

Example

https://react-smooth-range-input.now.sh

Quickstart

import react from 'react';
import Slider from 'react-smooth-range-input';
 
export default () => <Slider value={1} min={1} max={30} />;

Props

Prop Type Required Description
value number current value
min number min number range
max number max number range
onChange Function on value change callback
disabled boolean disable the component
hasTickMarks boolean = true show tick marks only apply to thick type
customController ({ ref: any, value: number }) => React.ReactNode custom controller: make sure to pass the ref

Dependents (0)

Package Sidebar

Install

npm i react-smooth-range-input

Weekly Downloads

96

Version

0.3.1

License

MIT

Unpacked Size

49.3 kB

Total Files

21

Last publish

Collaborators

  • bluebill1049