Slider
A numeric slider exposing a number, for values with a natural range.


Reach for it when you need:
- A setpoint within known limits
- A filter threshold on a dashboard
Component name: Slider · Category: Input
In the palette: Numeric slider track (exposes a number value)
Properties
Any property can be bound to a tag, another component's property, or a query.
| Property | Type | Default | Description |
|---|---|---|---|
value | number | 0 | The current number — reflects the handle position, and bindable. |
min | number | 0 | — |
max | number | 100 | — |
step | number | 1 | — |
showValue | boolean | true | Show the current value as a pill beside the track. |
tooltip | boolean | false | Pop a value tooltip above the handle while dragging. |
thickness | number | 4 | Track line thickness in px (default 4). |
unit | string | "" | Optional suffix shown next to the value (e.g. %, px). |
title | string | Slider | — |
showTitle | boolean | true |