LWC SALESFORCE: CREATE A STAR RATING COMPONENT USING LWC Star Rating using LWC This blog is to demonstrate how to create a basic Star Rating Component with LWC. Use Case/ Problem Statement: A Rating Component is required for a Food Delivery business so that users/customers can provide rating on different parameters and we can get and store user's rating input values in Salesforce. This component must be usable on Salesforce Community pages (login based or public). Solution: We will create the Star Rating component using Lightning Web Components which can be easily hosted on community pages. Since we will use LWC this will be fast and highly customisable. There are many ways to achieve this using HTML,Javascript and CSS and there is lot of material and sample code online in various developer forums. But for someone like me who isn't from a web designing or Javascript background it was a bit difficult to find a simpler and easy to use version of html an...