Custom Icon Support for Radzen Blazor Rating Component

Dear Radzen Team,

I’m writing to suggest a feature enhancement for the Blazor Rating component. Currently, the component does not provide a parameter to specify custom icons instead of star icon. Adding this option would greatly enhance the flexibility and convenience for users who wish to tailor the component’s appearance to better align with their applications’ design aesthetics.

Would it be possible to consider adding a parameter that allows developers to specify a custom icon for the rating elements? This feature would be highly appreciated by users looking to create a more personalized and engaging UI experience.

Thank you for considering this request, and for all your hard work in developing Radzen’s suite of components!

Best regards,
Gurjeet :smile:

You can change it even now:

<style type="text/css">
.rz-rating .rzi-star-o:before {
  content: "star_rate" !important;
}
</style>

Thanks, @enchev, for the update!

We have another scenario for the Radzen Rating component where we need to allow users to change the star icon to a custom icon which is a custom text field and a another scenario is only show the numbers (1-10) instead of any icon. Is there a way we can achieve this currently, or would it require a new feature?