ArcaneContextMenu
Live preview for context-menu
Live Demo
Component: context-menu
Preview + Code
Code
ArcaneContextMenu(
  trigger: Button.secondary(label: 'Right-click me', onPressed: () {}),
  items: const [MenuItemAction(label: 'Copy')],
)

ArcaneContextMenu#

Live preview for component 'context-menu' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page