formaat-design / reshaped

Community repository for storing examples, reporting issues and tracking roadmap
https://reshaped.so
97 stars 3 forks source link

Vertical Slider #267

Open omgovich opened 6 days ago

omgovich commented 6 days ago

Is your feature request related to a problem? Please describe. Our app has a vertical slider for selecting the thickness of a drawing tool. At the moment Reshaped's Slider component can be horizontal only, so we can solve our task using the current version of the library.

I think this is a quite common task. For instance, you can find a lot of audio/video players with a vertical volume control.

Describe the solution you'd like A new property changing the orientation of Slider similar to MUI: https://mui.com/material-ui/react-slider/#vertical-sliders

Describe alternatives you've considered We are using the native slider at the moment, but we are not sure it will look the same in all browsers.