0.1.5 • Published 7 years ago

ember-star-rateyo v0.1.5

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

ember-star-rateyo

npm version Build Status

An ember.js component for star ratings using RateYo!

npm.io

Installing the Add-on

In your application's directory:

$ ember install ember-star-rateyo

Using the Add-on

Use the component in your Handlebars templates:

{{star-rating 2.5}}

Actions

{{star-rating
  onChange=(action ...)
  onSet=(action ...)
}}

Configuration

{{star-rating
  options=(hash ...)
}}

To see what options are available consult the RateYo! Docs.

License

MIT