class Primer::Alpha::TextField
end
end
example_form.text_field(attributes)
form do |example_form|
class ExampleForm < ApplicationForm
@form_usage
Text fields are single-line text inputs rendered as ‘<input type=“text”>` in HTML.
end
end
example_form.text_field(attributes)
form do |example_form|
class ExampleForm < ApplicationForm
@form_usage
Text fields are single-line text inputs rendered as ‘<input type=“text”>` in HTML.