Skip to content

colesam/react-range-slider-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Multi-handled Range Slider Prototype

Working demo: https://colesam.github.io/react-range-slider-proto/

For a local instance you can run npm start in the project's root to get a demo on localhost:3000.

See this article for an explanation of how this slider works.

Project structure

  • src/App.js - component containing throwaway code that runs a demo of the prototype, but no core logic

  • src/Slider.js - component containing nearly all the logic for the slider component

  • src/render/ - directory containing components used for rendering with little to no logic

  • src/styles/ - directory containing css files for styling

About

Prototype of a multi-handled react range slider.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published