how to implement double silder
matthewadel opened this issue · 1 comments
matthewadel commented
i wonder how could i create a slider with double thumbs
fedpre commented
You need to pass a value
prop as an array, i.e. value={[10, 300]}
and it will automatically create two thumbs.