Skip to content

Navybits/meteor-roundsliderui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-roundsliderui

A jQuery round slider based on http://roundsliderui.com/ packaged for Meteor Usage Example: In a template, for example index.html:

<div id="slider"></div>

in a template helper:

Template.index.onRendered(function () {
    $("#slider").roundSlider({
        sliderType: "min-range",
        handleShape: "round",
        width: 22,
        radius: 100,
        value: 50
    });
});

For more usage details, check the original jquery plugin documentation at : http://roundsliderui.com/

About

A jQuery round slider based on http://roundsliderui.com/ packaged for Meteor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published