Slider

Buttons

An accessible animated slider with drag interaction, keyboard navigation, tooltip value display, and spring animations.

Loading preview...
Customize
Value
50
Min
0
Max
100
Step
1
Show Value
Show Labels
Disabled

Props

PropTypeDefaultDescription
valuenumber50Current value of the slider.
onChange(value: number) => voidundefinedCallback when the slider value changes.
minnumber0Minimum value of the slider.
maxnumber100Maximum value of the slider.
stepnumber1Step increment for the slider.
showValuebooleantrueWhether to show the value tooltip.
showLabelsbooleantrueWhether to show min/max labels.
disabledbooleanfalseDisables the slider.
classNamestring''Additional CSS classes.