Slider
An input where the user selects a value from within a given range.
Preview
Installation
npm install @matrix-ui/componentsUsage
import { Slider } from '@matrix-ui/components'
<Slider defaultValue={[33]} max={100} step={1} />An input where the user selects a value from within a given range.
npm install @matrix-ui/componentsimport { Slider } from '@matrix-ui/components'
<Slider defaultValue={[33]} max={100} step={1} />