ArcaneDropdownMenu
Live preview for dropdown-menu
Live Demo
Component: dropdown-menu
Preview + Code
Code
ArcaneDropdownMenu(
  trigger: Button.secondary(label: 'Open menu', onPressed: () {}),
  items: const [MenuItemAction(label: 'Profile')],
)

ArcaneDropdownMenu#

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

See the Component Catalog for source mapping and parity status.

On this page