A range input field with a label...
Using bower:
bower install backbone.ui.slider
Load the css and js in your app. Then load the view on the appropriate container:
var view = new Backbone.UI.Slider({
el: ...
});
...
Initiated by Lyndel Thomas ( @ryndel )
Distributed through Makesites.org
Released under the MIT license