Forms & Inputs
Slider
Drag a handle (or two, for a range) along a track to pick a numeric value.
Install
import { Slider } from 'vael-ui'Playground
horizontal
import { Slider } from 'vael-ui'
<Slider :min="0" :max="100" :step="1" orientation="horizontal" :disabled="false" :invalid="false" name="">Slider</Slider>