Example of undefined in React Menu Bar Component

/
/
Default

This sample demonstrates default functionalities of the menu component. Interact with menu using hover / click action.

More Details...

Loading....
Description

The menu component is a graphical user interface that serves as navigation header for your application or site. It provides a list of commands that can be carried out using the items property.

In this demo, the menu is rendered with default type of Horizontal orientation. Using orientation property, you can change the orientation to Vertical.

In mobile, the parent menu becomes scrollable if its size exceeds the viewport size.

More information about menu can be found in this documentation section.