/lwc-star-rating

A Lightning Web Component Star Rating field using Font Awesome

Primary LanguageCSS

lwc-star-rating

Lightning Web Component Star Rating using Font Awesome for customizable Star SVG.

Allow your users to rate records in Salesforce, define your own scale and colors.

demo-gif

Usage

<c-star-rating
  rating=0
  max-rating=5
  active-color="#ffd055"
  inactive-color="#d8d8d8"
  read-only="false" ></c-star-rating>