0.0.3 • Published 7 years ago

ember-cli-rangesliderjs v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Ember-cli-rangesliderjs

In a hurry?: ember install ember-cli-rangesliderjs

See a demo!: https://ryanlabouve.github.io/ember-cli-rangesliderjs

Here is a link to the original plugin that we are wraping: https://andreruffert.github.io/rangeslider.js/

Basic Usage

{{rangeslider-js
  min=min
  max=max
  start=value
  slide=(action (mut value))
  slideEnd=(action (mut value))}}

And below is the normal fare for getting development of this addon setup:

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.