Components

Menu

A sleek, interactive component that reveals options on click, perfect for seamless navigation and organizing choices in a compact space.

Basic

A menu presents a variety of actions or options from which you can choose.

Loading...

Installation

If you hit any issues, make sure you check out the installation guide here for more information.

Composed Components

Manual Installation

Sometimes, using the CLI is the way to go, so make sure you install the necessary dependencies for the components you want to use.

Anatomy

Menu can be nested to display submenus.

Loading...

Respect Screen

By default, the menu will respect the screen size, when it lower than 600px, it will be displayed as a modal slide from the bottom. You can disable this behavior by setting respectScreen to false.

Loading...

Danger

Designate a menu item as dangerous.

Loading...

With Icon

Enhance menu items by adding icons.

Loading...

Dynamic Menu

Generate menu items dynamically.

Loading...

Multiple Menu

Display a selection of actions or options.

Loading...

Single Menu

Present a single list of options.

Loading...

Section Menu

Organize menu items into grouped sections.

Loading...

Section-Level Selection

Organize menu items into grouped sections with level selection.

Loading...

Arrow

Incorporate an arrow into the menu using the showArrow prop on Menu.Content.

Loading...

Item Details

You can add details to menu items by using the Menu.ItemDetails component.

Loading...

Disabled

Disable specific menu items.

Loading...

Also, you can disable items directly in Menu.Content by using the disabledKeys prop.

<Menu.Content disabledKeys={['gsu']} />

Open Modal

Trigger a modal from a menu item. Refer to the modal demo for further information.