New to KendoReact? Learn about KendoReact Free.

Configuring Item Properties

Updated on Jun 8, 2026

The Menu enables you to apply configuration options to its item properties.

Text

You can set the text of the Menu items by using the text property.

Example
View Source
Loading ...

URL

You can set the URL of the items by using the url property. The URL will be rendered as a href attribute on the item link.

Example
View Source
Loading ...

Icon

You can specify the name of a font icon that will be rendered for the item by using the icon property.

Example
View Source
Loading ...

Styles and Classes

You can set styles and classes to the items by using the cssStyle and cssClass properties.

Example
View Source
Loading ...

Disabled Items

You can specify that a Menu item is disabled by using the disabled property.

Example
View Source
Loading ...

Showing Separator Items

You can specify a separator item by using the separator property.

Example
View Source
Loading ...