Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.14 KB

File metadata and controls

31 lines (23 loc) · 1.14 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - Slider - Kendo UI for Vue
Explore the keyboard navigation options provided by the Kendo UI Slider wrapper for Vue.
keyboard_navigation_slider_wrapper
2

Keyboard Navigation

The keyboard navigation of the Slider is always available.

The Slider supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
Right Arrow or Up Arrow Increases the value of the Slider.
Left Arrow or Down Arrow Decreases the value of the Slider.

{% meta height:100 %} {% embed_file slider/keyboard/main.vue preview %} {% embed_file slider/keyboard/main.js %} {% endmeta %}

Suggested Links