This is an example of a minimum range vertical slider created by setting the orientation to vertical:
orientation: "vertical"
It's important to note that a vertical slider needs a height set.
You can do this via .height()
or by setting the height through CSS.
This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.