springload/react-nouislider

Name: react-nouislider

Owner: Springload

Description: null

Forked from: algolia/react-nouislider

Created: 2016-05-25 00:27:27.0

Updated: 2017-08-11 06:46:12.0

Pushed: 2017-08-11 11:01:39.0

Homepage: null

Size: 148

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

@springload/react-nouislider

:warning: Fork of react-nouislider, itself using a fork of leongersen/noUiSlider to allow setting ranges dynamically and other fixes to be merged in upstream project.

Use at your own risks.

install --save @springload/react-nouislider
Usage

In your stylesheets,

ort '../../../node_modules/@springload/react-nouislider/dist/nouislider.css';

In your JS,

rt React from 'react';
rt ReactDOM from 'react-dom';

rt Nouislider from '@springload/react-nouislider';

tDOM.render(
ouislider
range={{min: 0, max: 200}}
start={[0, 100]}
tooltips
, document.querySelector('#container')

Development workflow
install
run dev

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.