Slider is used with the v-model property for two-way value binding.
+Image filter implementation using multiple sliders.
+Slider is connected to an input field using two-way binding.
+When range property is present, slider provides two handles to define two values. In range mode, value should be an array instead of a single value.
+Size of each movement is defined with the step property.
+Default layout of slider is horizontal, use orientation property for the alternative vertical mode.
+