Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 537 Bytes

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/