New to KendoReactLearn about KendoReact Free.

Menu

Updated on May 4, 2026

Represents the KendoReact Menu component.

A Functional Component.

jsx
const App = () => {
   return (
       <Menu>
           <MenuItem text="Item1" />
           <MenuItem text="Item2">
               <MenuItem text="Item2.1" />
               <MenuItem text="Item2.2" />
           </MenuItem>
           <MenuItem text="Item3" />
       </Menu>
   );
}
NameTypeDefaultDescription

props

MenuProps intersected with RefAttributes<MenuHandle>

The props of the Menu component.

Not finding the help you need?
Contact Support