Track dimension (1–10, mobile-friendly)
Unset dimension
Half steps (0–5 film scale)
Compact label (legend hidden)
Disabled
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme. |
| value / onChange | Optional | number | null + callback | — | Controlled score; null when unset. |
| min / max / step | Optional | number | 1 / 10 / 1 | Score range and increment. |
| clearOnReselect | Optional | boolean | true | Tap active chip again to clear. |
| hideLabel | Optional | boolean | false | Visually hide legend (sr-only). |
| columnsClassName | Optional | string | — | Tailwind grid column classes for chip layout. |
| formatScore | Optional | (n) => string | — | Chip label formatter (default integers or one decimal). |
| disabled | Optional | boolean | — | Inactive chips. |