8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
|
<Slider
|
||
|
|
aria-label="Custom marks"
|
||
|
|
defaultValue={20}
|
||
|
|
getAriaValueText={valueText}
|
||
|
|
step={10}
|
||
|
|
valueLabelDisplay="auto"
|
||
|
|
marks={marks}
|
||
|
|
/>
|