ReadonlyariaAccessible label for the radiogroup.
ReadonlydisabledDisable the rating input.
ReadonlymaxMaximum number of stars.
ReadonlyreadonlyRender as a display indicator — no interaction.
ReadonlysizeVisual size.
ReadonlyvalueCurrent rating value (two-way).
A star rating input that supports read-only display and interactive selection.
Bind
[(value)]for two-way control. Set[readonly]="true"to use as a display-only indicator (e.g. in table cells or review cards).Example