Kendo UI for Vue
With its intuitive interface, using the Kendo UI for Vue Slider you can select predefined values by dragging a handle along a track. The interface of the component also allows the users to increment or decrement a selected value by utilizing the provided side arrow buttons. Last but not least the Slider allows configuration of the step size and the min & max values available within the component.
See Kendo UI for Vue Slider Overview demoThe Slider component can be rendered in both horizontal and vertical modes. The direction can be easily set by a single configuration option.
Kendo UI for Vue Slider Orientation demoEach value that can be set in the component can have a label that hints to the users what a given tick presents. All labels in the component can be customized according to the business requirements of your application.
The Slider allows the developers to maintain its state based on implementation requirements. If there is no requirement for controlling the state of the component, the Slider functionality can be used in uncontrolled mode.
The implementation of the Slider component follows the WAI-ARIA and Section 508 standards. It is accessible by screen readers and other assistive technologies. The component also has an integrated Keyboard Navigation. This navigation enables the user to increase or decrease the value of the Slider using just the keyboard.