ember-star-rateyo

An Emberjs component for star ratings using RateYo!

Usage no npm install needed!

<script type="module">
  import emberStarRateyo from 'https://cdn.skypack.dev/ember-star-rateyo';
</script>

README

ember-star-rateyo

npm version Build Status

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.

License

MIT