ngx-ratings-helper
v0.0.11
Published
Package for Angular app, with all essential components for ratings, like stars and inputs.
Downloads
2
Maintainers
Readme
RatingsHelper
Package for Angular app, with all essential components for ratings, like stars and inputs.
Demo Exaples
https://ngx-lib-demo-examples.web.app/
Dev Quick Start
<ngx-rating-input
ngDefaultControl
[max]="5"
[min]="0"
[disabled]="true"
customClass="my-class"
[formControl]="ratingControl">
</ngx-rating-input>
Add custom colors :
<ngx-rating-input
ngDefaultControl
[max]="5"
[min]="0"
colorInactive="green"
colorActive="orange"
[disabled]="true"
customClass="my-class"
[formControl]="ratingControl">
</ngx-rating-input>