andrucz / ionic2-rating

:star: Angular star rating bar. Built for Ionic 2+.
MIT License
178 stars 62 forks source link

Changing the star icon in ionic2-rating plugin #45

Closed Divyea closed 4 years ago

Divyea commented 6 years ago

Hi, i am working on rating functionality i have added ionic2-rating plugin it worked fine. But i want add my own svg image in the place of star for the below code, How can i achieve this?

<rating [(ngModel)]="rate"          readOnly="false"          max="5"         emptyStarIconName="star-outline"         halfStarIconName="star-half"         starIconName="star"          nullable="false"          (ngModelChange)="onModelChange($event)"> 

andrucz commented 4 years ago

You need to create custom Ionicons icons, and then replace star-outline and star-half with their names.