Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 980 Bytes

File metadata and controls

31 lines (23 loc) · 980 Bytes
title page_title description slug canonicalLink position
Tab Position
Tab Position - TabStrip - Kendo UI for Vue
Setting the tab position of the tabs in Kendo UI TabStrip wrapper for Vue.
tab_position_tabstrip_wrapper
4

Tab Position

The TabStrip enables you to configure the position of its tabs by using the tabPosition prop.

The tabPosition setting accepts the following values:

  • left
  • right
  • bottom
  • top

{% meta height:550 %} {% embed_file tabstrip/position/main.vue preview %} {% embed_file tabstrip/position/main.js %} {% endmeta %}

Suggested Links