Is there any way of changing the size of the slider with width and height not proportionally? I want a thin but long slider and I couldn't manage to resize your component to fit my needs with CSS only, is there any undocumented size property? Something else I could use to achieve this?
@NathanPB, this may be helpful for you on the CSS-only solution. This may be helpful for you for seeing what props are available. In short, I don't see a way (currently) to do what you're wanting to do. But with some JavaScript, I think you could accomplish it.
Is there any way of changing the size of the slider with width and height not proportionally? I want a thin but long slider and I couldn't manage to resize your component to fit my needs with CSS only, is there any undocumented size property? Something else I could use to achieve this?