0.0.11 • Published 2 years ago

ngx-ratings-helper v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

RatingsHelper

Package for Angular app, with all essential components for ratings, like stars and inputs.

Demo Exaples

Try Our Components Yourself

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>
0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago