New to Kendo UI for Angular? Start a free 30-day trial
Menu Appearance
Size
The Menu component allows you to set its size. To achieve this, use the size
property. It accepts values of type MenuSize
:
small
medium
(default)large
none
—Removes the built-in sizing class from the Menu.
The following example demonstrates how to define the size of the Menu.
Change Theme
Theme
Loading ...