Rating Input that can use any Font Awesome Icon and defaults to using the star icon
ember install ember-cli-icon-rating
- Note: Uses DDAU so no updates are done without an onClick handler
Simplest Case
Full Example (Defaults)
- min - Minumum icon value
- max - Maximum icon value
- readOnly - handlers will not run
- value - Number of icons selected
- width - Set width of individual icon container
- step - How much each consecutive icon value is
- showRatingAbove - Show Rating value above icon
- showRatingBelow - Show Rating rating below icon
- disableHover - Only update icon / color on click
- size - size of icon, i.e. lg, 2 - 5 (see Font Awesome docs)
- baseIcon - Font awesome icon to be used for the initial state
- fillIcon - Font awesome icon to be used on hover and after selection
- icon - Font Awesome icon to use for rating (overrides baseIcon / fillIcon)
- color - any rgb, hex, string color to be used (overrides baseColor / fillColor)
- baseColor - any rgb, hex, string color to be used as the initial color before selection
- fillColor - any rgb, hex, string color to be used as the hover color and after selection
- onClick - handler that runs when icon is clicked. Note: value does not change automatically
See the Contributing guide for details.
This project is licensed under the MIT License.