Class: Protoform::Rails::Components::Button

Inherits:
FieldComponent show all
Defined in:
lib/protoform/rails/components/button.rb

Instance Method Summary collapse

Methods inherited from Component

#dom, #title

Instance Method Details

#view_template(&content) ⇒ Object



7
8
9
10
# File 'lib/protoform/rails/components/button.rb', line 7

def view_template(&content)
  content ||= proc { button_text }
  button(**attrs, &content)
end