class Primer::Alpha::ActionBar
def with_menu_item(id:, **system_arguments, &block)
def with_menu_item(id:, **system_arguments, &block) return unless @overflow_menu system_arguments = { **system_arguments, hidden: true, "data-for": id, "data-action": "click:action-bar#menuItemClick" } @action_menu.with_item( value: "", **system_arguments, &block ) end