New to KendoReactStart a free 30-day trial

Menu

Component

Definition

Package:@progress/kendo-react-layout

Syntax:

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

Properties

The props of the Menu component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support