Slider
A slider is a horizontal bar that you can drag left or right to select a value within a range, similar to adjusting volume.
Installation
CLI
Manual
npx hq-kit add slider
Basic
Preview
Code
Step
Preview
Code
Range
By passing an array to the defaultValue
or value
props, you can create a range slider.
Preview
Code
Controlled
Preview
Code
Orientation
Preview
Code
Disabled
Preview
Code