class Primer::Alpha::TextArea
end
end
example_form.text_area(attributes)
form do |example_form|
class ExampleForm < ApplicationForm
@form_usage
Text areas are multi-line text inputs rendered using the ‘<textarea>` tag in HTML.
end
end
example_form.text_area(attributes)
form do |example_form|
class ExampleForm < ApplicationForm
@form_usage
Text areas are multi-line text inputs rendered using the ‘<textarea>` tag in HTML.