Slider
Slider Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
label | string | β | |
showValue | boolean | β | |
disabled | boolean | β |
Usage
<Slider
label="Volume"
defaultValue={[50]}
min={0}
max={100}
showValue
/>Slider Component
| Prop | Type | Default | Value |
|---|---|---|---|
label | string | β | |
showValue | boolean | β | |
disabled | boolean | β |
<Slider
label="Volume"
defaultValue={[50]}
min={0}
max={100}
showValue
/>