Sha256: 00619858d5c158d4c2dee82e0750723e2a4a7daa022ffbd21a06246b866b43ef

Contents?: true

Size: 312 Bytes

Versions: 161

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true

# :nodoc:
class FirstNameForm < ApplicationForm
  form do |first_name_form|
    first_name_form.text_field(
      name: :first_name,
      label: "First name",
      required: true,
      caption: "That which we call a rose by any other name would smell as sweet."
    )
  end
end

Version data entries

161 entries across 161 versions & 3 rubygems

Version Path
primer_view_components-0.0.103 app/forms/first_name_form.rb