OverflowMenu

Carbon-spec overflow menu. The "kebab" / "more" trigger that opens a DropdownMenu. Used in table rows, card headers, and toolbars where secondary actions need to live behind a single icon.

patternsstablea11y: untested3/3 coverageEdit on GitHub ↗
patterns-overflowmenu--defaultOpen all variants →

When to use

  • Row-level / card-level secondary actions that don't deserve a primary visible button (Edit / Duplicate / Archive on a table row).
  • Toolbar overflow when there are more actions than fit on the row.
  • Anywhere the "..." metaphor reads correctly — supplemental, not primary.

When not to use