Skip to content

A range slider that supports both single and dual handles

Notifications You must be signed in to change notification settings

jamesblight/rangerider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Range Rider

This is a simple prototype and shouldn't be used in production.

Install Dependencies

Run npm install

To build

Run npm run build

Use rr.bundle.js and rr.style.css in your project

To Use

// element to attach the slider to
var anchor = document.getElementById('slider-container');

// create our dual range slider
RangeRider({
    anchor: anchor,
    range: [0, 10],
    start: [0, 10]
});

Demo

http://jsfiddle.net/narklord/gfgdpegd/

About

A range slider that supports both single and dual handles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published