Method: Primer::Alpha::ActionMenu#with_show_button
- Defined in:
- app/components/primer/alpha/action_menu.rb
permalink #with_show_button(**system_arguments, &block) ⇒ Object
Button to activate the menu.
259 260 261 262 263 |
# File 'app/components/primer/alpha/action_menu.rb', line 259 def (**system_arguments, &block) .(**system_arguments, id: "#{@menu_id}-button", controls: "#{@menu_id}-list") do || evaluate_block(, &block) end end |