Skip to content

Hammy223/star_rating_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Star Rating Component for AngularDart

Usage:

<mat-star-rating [rating]="0" [starCount]="5" 
[starColor]="'gold'" (onRatingClick)="onRatingChanged($event)"></mat-star-rating>


void onRatingChanged(rating){
    print(rating);
  }

Screenshot:
alt text

Releases

No releases published

Packages

No packages published