class Ariadne::Forms::Dsl::ButtonInput
def to_component
def to_component html_attrs = @input_attributes || {} Ariadne::UI::Button::Component.new(**@options, html_attrs: html_attrs).with_content(@label) end
def to_component html_attrs = @input_attributes || {} Ariadne::UI::Button::Component.new(**@options, html_attrs: html_attrs).with_content(@label) end