Class: Spark::MenuButton

Inherits:
Button show all
Defined in:
app/components/spark/menu_button.rb

Constant Summary collapse

ALIGN =
%i[left right]

Constants inherited from Button

Button::COLORS, Button::SIZES, Button::STYLES, Button::THEME, Button::TYPE

Instance Method Summary collapse

Methods inherited from Component::Base

#selector, #to_s, #unique_id

Constructor Details

#initializeMenuButton

Returns a new instance of MenuButton.



9
10
11
# File 'app/components/spark/menu_button.rb', line 9

def initialize(*)
  super
end