Default
Default range input.
/render stateRange input for scalar tuning without custom interaction code.
Slider is for approximate scalar tuning; use numeric inputs for exact values.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Default range input.
/render stateAccent range input.
/render state| Name | Type | Default | Description |
|---|---|---|---|
min | number | - | Native minimum. |
max | number | - | Native maximum. |
step | number | - | Native step. |
defaultValue | number | - | Uncontrolled value. |
value | number | - | Controlled value. |
tone | 'default' | 'sky' | default | Track and thumb tone. |