Skip to content

Just a simple libray usage of NoUiSlider with Materialize styling

Notifications You must be signed in to change notification settings

Matdu/meteor-materialize-nouislider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matdu:meteor-materialize-nouislider

Add noUISlider to Meteor

meteor add matdu:meteor-materialize-nouislider

Uses the custom noUiSliderlibrary from Materialize.

Usage

Add the to your onRendered (blaze) or componentDidMount (react).

##Example ###Blaze

Template["name"].onRendered(function(){
	var slider = document.getElementById('slider');
	noUiSlider.create(slider, {
		start: [20, 80],
		connect: true,
		step: 1,
		range: {
			'min': 0,
			'max': 100
		}
	});
})

Documentation

Checkout the noUISlider project at https://github.com/leongersen/noUiSlider/stargazers for a more detailed documention.

Collaboration

Pull requests are ALWAYS appreciated! Thank you for your support!

About

Just a simple libray usage of NoUiSlider with Materialize styling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published