0.0.11 • Published 3 years ago

ngx-ratings-helper v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago