Skip to content

Rating

Star rating: real radios in a radiogroup when editable, static image with a text alternative when readonly.

Editable

Quality

<Rating name="quality" label="Quality" />

Readonly

<Rating name="quality-readonly" label="Quality" value={4} readOnly />

Props

PropTypeDefaultDescription
namestring-Form field name (shared radio group name).
labelstring-Group label.
maxnumber5Number of stars.
valuenumber0Initial (editable) or displayed (readonly) rating.
readOnlybooleanfalseStatic display instead of radios.
hintstring-Renders #{name}-hint.
errorstring-Renders #{name}-error.
requiredbooleanfalseMarks the group required.
classstring-Style passthrough.

Accessibility