0.3.1 • Published 6 years ago

react-smooth-range-input v0.3.1

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

🎚 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

Quickstart

import react from 'react';
import Slider from 'react-smooth-range-input';

export default () => <Slider value={1} min={1} max={30} />;

Props

PropTypeRequiredDescription
valuenumbercurrent value
minnumbermin number range
maxnumbermax number range
onChangeFunctionon value change callback
disabledbooleandisable the component
hasTickMarksboolean = trueshow tick marks only apply to thick type
customController({ ref: any, value: number }) => React.ReactNodecustom controller: make sure to pass the ref
0.3.1

6 years ago

0.3.1-beta.2

6 years ago

0.3.1-beta.1

6 years ago

0.3.0

6 years ago

0.3.0-beta.1

6 years ago

0.2.9

6 years ago

0.2.9-beta.1

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago