Rating
Star rating input
Rating
Star rating control for feedback input.
Basic Usage
Rating
Select a score with half steps.
Demo will load when visible.
Interaction Contract
Rating exposes the star group as a radio group. disabled and readonly both block updates; readonly is display-only and removes star button interaction while keeping the rating visible.
API (Lite)
| Property | Type | Default | Description |
|---|---|---|---|
| modelValue | Current score | ||
| maxStars | Total stars | ||
| precision | Step size | ||
| showText | Show score text | ||
| disabled | Disable interaction | ||
| readonly | Display-only mode |