Components
← All components

Rating

stimeo--rating

A star rating stepped with the arrow keys, stopping at the ends, and clearable.

  • Core
  • Radio Group

Chooses a level out of symbols such as stars, and how many are chosen is announced. The arrow keys step it, but stop at the ends rather than wrapping, because jumping from five to one on a scale would be disorienting. Hovering or focusing previews the fill up to that point. You can change your mind freely, and pressing the star you already chose clears it. It can also be rendered as a read-only display. The value is mirrored into a hidden field so your form submits it as usual. The stars themselves are drawn by this demo's CSS.

running

Tab to a star and step it with the arrow keys. Space chooses the focused star, and Delete clears the rating.

Not yet rated.

Keyboard

KeyAction
→ / ↑ Raise the rating by one (stops at the max). Under RTL only the horizontal pair swaps.
← / ↓ Lower the rating by one (down to 0 when clearable). Under RTL only the horizontal pair swaps.
Home / End Jump to the minimum / maximum.
Space / Enter Select the focused symbol (no change if it is already the value).
Delete / Backspace Clear the rating back to 0 when clearable.