sghall/react-compound-slider

Can we develop non linear slider with react component slider?

Sibgha228 opened this issue · 1 comments

Nouislider has option to define a nonlinear slider. Do we have a possibility to do with react compound slider?

Here is a link:
https://refreshless.com/nouislider/examples/#section-non-linear.

Hey there. Sure, you control what gets rendered so you can translate the values from one scale to another. I don't have any examples.

See #27