Concrete
form
Primitive

Slider

Range input for scalar tuning without custom interaction code.

Slider is for approximate scalar tuning; use numeric inputs for exact values.

Playground

Props in the URL.

Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.

Loading playground.
States

Rendered matrix.

Every state maps to the same render route through the `state` query param.

Props

Public contract.

NameTypeDefaultDescription
minnumber-Native minimum.
maxnumber-Native maximum.
stepnumber-Native step.
defaultValuenumber-Uncontrolled value.
valuenumber-Controlled value.
tone'default' | 'sky'defaultTrack and thumb tone.