ngx-ratings-helper
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

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>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngx-ratings-helper

    Weekly Downloads

    12

    Version

    0.0.11

    License

    MIT

    Unpacked Size

    99.2 kB

    Total Files

    20

    Last publish

    Collaborators

    • shomy032