class Primer::Forms::Dsl::TextFieldInput

def to_component

def to_component
  TextField.new(input: self)
end