Inputs
Slider
Range slider with label, unit, editable value, reset.
Basic
Volume
With reset
Opacity
Without value edit
Color
Usage
import { Slider } from '@pulsesync/uikit'
<Slider min={0} max={100} value={value} onChange={setValue} label="Volume" unit="%" />