Menu

Use GdsMenu to show a temporary list of actions anchored to a button or another control.

Menus are composed from related GDS menu primitives:

  • GdsMenu is the floating menu surface.
  • GdsMenuItem is an option or action inside the menu.
  • GdsMenuList is an optional composable container for always-rendered menu items.

Default

With Icons

Use leading icons when they help users scan menu actions quickly.

Selected Item

Use selected when the menu represents a current setting, such as sorting or filtering.

Composition With Menu List

Use GdsMenuList when you need a permanently rendered menu-like list instead of an anchored popover menu.

Props