ember-star-rateyo
v0.1.5
Published
An Emberjs component for star ratings using RateYo!
Downloads
6
Readme
ember-star-rateyo
An ember.js component for star ratings using RateYo!
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.