React Rating
Overview Official Website
Angular Bootstrap Rating is the best star rater for the browser. No dependencies. Unlimited number of stars.
Add Package
npm install primeng
Remove Package
npm uninstall primeng or you can remove package by removing specific package from package.json
Import
import { RatingModule } from 'primeng/rating'; in your module.ts file.
Examples
Title | Script |
---|---|
Basic Rater |
|
Rater with Step |
|
Custom Messages |
|
Example with unlimited number of stars. readOnly option is set to true |
|
Disabled |
|
Clear/Reset Rater |
|