Module: Voom::Presenters::DSL::Components::Mixins::Buttons

Included in:
FileInput, Form, Common, PageTitle
Defined in:
lib/voom/presenters/dsl/components/mixins/buttons.rb

Instance Method Summary collapse

Instance Method Details

#button(text = nil, **attributes, &block) ⇒ Object



7
8
9
# File 'lib/voom/presenters/dsl/components/mixins/buttons.rb', line 7

def button(text=nil, **attributes, &block)
  self << Components::Button.new(text: text, parent: self, **attributes, &block)
end