Sha256: 6a5bd7682e395b8e9dfea6beced7d2883412470d76347466cbdee4870688f384
Contents?: true
Size: 686 Bytes
Versions: 2223
Compression:
Stored size: 686 Bytes
Contents
<%= pb_rails("text_input", props: { label: "First Name", placeholder: "Enter first name", value: "Timothy Wenhold", data: { say: "hi", yell: "go" }, aria: { something: "hello"}, id: "unique_id" }) %> <%= pb_rails("text_input", props: { label: "Last Name", placeholder: "Enter last name" }) %> <%= pb_rails("text_input", props: { label: "Phone Number", type: "phone", placeholder: "Enter phone number" }) %> <%= pb_rails("text_input", props: { label: "Email Address", type: "email", placeholder: "Enter email address" }) %> <%= pb_rails("text_input", props: { label: "Zip Code", type: "number", placeholder: "Enter zip code" }) %>
Version data entries
2,223 entries across 2,223 versions & 2 rubygems