Angular Components
Setproduct Design System
SetRatingStars
Class: SetRatingStarsComponent
Selector: set-rating-stars
Exported as: setRatingStars
Properties
Name | Description | Default value |
---|---|---|
@Input() color: string | Color for the component | attention |
@Input() starSize: number | Star icon size | 16 |
@Input() countStars: number | Amount of start | 5 |
@Input() value: number | Current value | 0 |
@Input() disabled: boolean | Set as true for blocking interactions with the component. By default, it’s being set to true after user manually sets a value | false |
@Output() valueChange: EventEmitter<number> | Event emitter when the rating stars value changes | None |