New to Kendo UI for Angular? Start a free 30-day trial
Vertical Menu
Updated on Oct 31, 2025
The Kendo UI for Angular Menu component supports both horizontal and vertical orientations. By default, the Menu renders horizontally, but you can easily switch to a vertical layout for scenarios such as sidebar navigation, dropdown menus, or when you need to save horizontal space.
To render the Menu vertically, set its vertical property to true.
html
<kendo-menu [items]="items" [vertical]="true">
</kendo-menu>
Change Theme
Theme
Loading ...