We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d5334 commit b9298bdCopy full SHA for b9298bd
1 file changed
docs/examples/vertical.tsx
@@ -93,8 +93,7 @@ export default () => (
93
<div style={style}>
94
<p>Range with marks and draggableTrack</p>
95
<Slider
96
- range
97
- draggableTrack
+ range={{ draggableTrack: true }}
98
vertical
99
min={-10}
100
marks={marks}
@@ -105,8 +104,7 @@ export default () => (
105
104
106
<p>Range with marks and draggableTrack(reverse)</p>
107
108
109
110
111
reverse
112
0 commit comments