Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.86 KB

File metadata and controls

49 lines (34 loc) · 1.86 KB
title page_title description slug canonicalLink position
Overview
TimePicker Overview - Components - Kendo UI for Vue
Get an overview of the features the Kendo UI TimePicker wrapper for Vue delivers and use the component in Vue projects.
overview_timepicker_wrapper
1

TimePicker Overview

The TimePicker represents a time-list where the user can enter or pick time values.

The TimePicker wrapper for Vue is a client-side wrapper for the Kendo UI TimePicker widget.

Basic Usage

The following example demonstrates the TimePicker in action.

{% meta height:450 %} {% embed_file timepicker/basic/main.vue preview %} {% embed_file timepicker/basic/main.js %} {% endmeta %}

Functionality and Features

  • [Range selection]({% slug rangeselection_timepicker_wrapper %})
  • [Time ranges and formats]({% slug timerangesformats_timepicker_wrapper %})
  • [Intervals]({% slug intervals_timepicker_wrapper %})
  • [Keyboard navigation]({% slug keyboardnavigation_timepicker_wrapper %})
  • [RTL support]({% slug rtl_timepicker_wrapper %})

Events

The following example demonstrates basic TimePicker events. You can subscribe to all TimePicker events by the handler name.

{% meta height:450 %} {% embed_file timepicker/events/main.vue preview %} {% embed_file timepicker/events/main.js %} {% endmeta %}

Suggested Links