ArcaneDropdownMenu#
Live preview for component 'dropdown-menu' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneDropdownMenu(
trigger: Button.secondary(label: 'Open menu', onPressed: () {}),
items: const [MenuItemAction(label: 'Profile')],
)
Live preview for component 'dropdown-menu' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.