star-rating
Installation
npm i @igabe/star-rating
Angular
Add this to main.ts
import { defineCustomElements } from '@igabe/star-rating/loader'
defineCustomElements(window)
Other frameworks
This is just a stencil component, so it can be used in other frameworks.
Properties
Property | Attribute | Description | Type | Default |
---|
allowZero | allow-zero | If no stars is allowed | boolean | false |
defaultRating | default-rating | The default rating when the component is loaded | number | 3 |
numStars | num-stars | The total number of stars | number | 5 |
rounded | rounded | Gives the stars a more bubbly look | boolean | true |
Events
Event | Description | Type |
---|
ratingChange | Emitted when the rating is changed | CustomEvent<any> |