Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16
🎚 React beautiful input range slider
NotificationsYou must be signed in to change notification settings
beekai-oss/react-smooth-range-input
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- Smooth input range
- Beautiful animation interaction
- Tiny size
$ npm install react-smooth-range-inputimportreactfrom'react';importSliderfrom'react-smooth-range-input';exportdefault()=><Slidervalue={1}min={1}max={30}/>;
| 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 |
We also makeBEEKAI. Build the next-generation forms with modern technology and best in class user experience and accessibility.
About
🎚 React beautiful input range slider
Topics
Resources
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
