Skip to content

Files

Latest commit

 

History

History
32 lines (24 loc) · 1.04 KB

File metadata and controls

32 lines (24 loc) · 1.04 KB
title page_title description slug canonicalLink position
Direction
Direction - Menu - Kendo UI for Vue
Configure the popup direction of the items in the Kendo UI Menu wrapper for Vue.
direction_menu_wrapper
3

Direction

You can specify the opening direction of the Menu by setting the direction option.

The configuration option accepts any of the following values:

  • top
  • bottom
  • left
  • right

You can also specify different opening directions for the root and submenu items by separating them with space—for example top left.

{% meta height:500 %} {% embed_file menu/direction/main.vue preview %} {% embed_file menu/direction/main.js %} {% endmeta %}

Suggested Links