Primitive

Slider

Range input for scalar tuning without custom interaction code.

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

Playground

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

Loading playground

Rendered matrix

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

Default

Dense scalar controls with default and accent intents.

Sky

Accent range input.

Disabled

Locked range input.

Public contract

The public prop table is generated from item metadata and schema-backed controls.
NameTypeDefaultDescription
minnumber-Native minimum.
maxnumber-Native maximum.
stepnumber-Native step.
defaultValuenumber-Uncontrolled value.
valuenumber-Controlled value.
intent'default' | 'sky'defaultTrack and thumb intent.