ionic-team / ionic-v3

The repo for Ionic 3.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
127 stars 85 forks source link

Vertical Ion-range component #494

Open ionitron-bot[bot] opened 5 years ago

ionitron-bot[bot] commented 5 years ago

Original issue by @chrisgriffith on 2018-09-17T18:23:46Z

Feature Request

Describe the Feature Request Would like the option to have the ion-range component work in a vertical fashion.

<ion-range vertical="true" color="danger" pin="true"></ion-range>

Describe Preferred Solution Have a directive that would enable vertical display of the range slider

Describe Alternatives CSS transformations

Related Code

Additional Context

vosecek commented 5 years ago

Workaround is using this plugin: https://angular-slider.github.io/ng5-slider/ - works well.

Make-It-Racing commented 2 years ago

Workaround is using this plugin: https://angular-slider.github.io/ng5-slider/ - works well.

I am having hard time importing this plugin into ionic (5) , can you please point me in the right direction? Thanks :-)