Slider
A single-thumb control for picking a number within a range.
Basic
Volume
Show codeHide code
Magnitudes
The magnitude axis sets the thumb and hit-area size; the track bar height stays the same.
sm
md
lg
Show codeHide code
Formatted value
Pass format (an Intl.NumberFormatOptions) to control the readout — here a percentage.
Opacity
Show codeHide code
Edge-aligned thumb
With thumbAlignment="edge" the thumb stays fully inside the track at the extremes instead of overhanging it.
Progress
Show codeHide code
In a form
Wrap the slider in a Field with a name and its value serializes with the surrounding Form.
Show codeHide code
Installation
import { Slider } from "@makeplane/propel/components/slider";