The v-rating component can be colored as you want, you can set both selected and not selected colors.
Clicking on a current rating value can reset the rating by using clearable prop.
For ratings that are not meant to be changed you can use readonly prop.
Control the space occupied by v-rating items using the density prop.
The v-rating component can display labels above or below each item.
You can use custom icons.
Change the number of items by modifying the the length prop.
Provide a label to assistive technologies for each item.
Slots enable advanced customization possibilities and provide you with more freedom in how you display the rating.
Utilize the same sizing classes available in v-icon or provide your own with the size prop.