app.ui.slider

A range slider with a floated label


Install
bower install app.ui.slider

Documentation

APP UI: Slider

A range input field with a label bundled as a custom element using VanillaJS.

Part of APP UI

Examples

Install

Using bower:

bower install app.ui.slider

Import from github

git pull git://github.com/app-ui/slider.git master

The component contains all the basic structure to get started. The component. The stylesheet is created using Less and then been compiled to a plain CSS file. It's your choice if you want to continue developing in Less or CSS.

Usage

  1. Import Web Components' polyfill
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  1. Import Custom Element:
<link rel="import" href="bower_components/app.ui.slider">
  1. Start using it!
<ui-slider></ui-slider>

Options

...

Events

...

Credits

Initiated by Makis Tracend ( @tracend )

Based on the Backbone UI plugin by Lyndel Thomas ( @ryndel )

Distributed through Makesites.org

License

Released under the MIT License