Menu
Component
Represents the KendoReact 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
props
MenuProps intersected with RefAttributes<MenuHandle>
The props of the Menu component.