Components
← All components

Rating

stimeo--rating

An ordinal star scale: aria-checked, roving tabindex, clamped arrows, hover preview, clearing.

  • Radio Group

The stimeo--rating controller implements the APG Radio Group pattern as an ordinal scale: exactly one symbol is aria-checked. Unlike a generic radio group it deliberately does not wrap — arrows clamp at the bounds. Clicking the selected symbol clears to 0 when clearable, hover/focus previews a fill range via data-rating-hover, and a readonly mode renders a non-interactive role="img". The value is mirrored to a hidden field and stimeo--rating:change is dispatched on every change. The star glyph is owned by this Playground.

running
Not yet rated.

Keyboard

KeyAction
→ / ↑ Raise the rating by one (stops at the max).
← / ↓ Lower the rating by one (down to 0 when clearable).
Home / End Jump to the minimum / maximum.
Space / Enter Select the focused symbol.