Method: Primer::Forms::Dsl::TextAreaInput#to_component

Defined in:
app/lib/primer/forms/dsl/text_area_input.rb

#to_componentObject


17
18
19
# File 'app/lib/primer/forms/dsl/text_area_input.rb', line 17

def to_component
  TextArea.new(input: self)
end