Sha256: cb291fc3ab63842174fa5f14f0afe8ebf2ecf11f2a2d22db32930e34a84ff45e
Contents?: true
Size: 721 Bytes
Versions: 214
Compression:
Stored size: 721 Bytes
Contents
The `form` kit provides consumers with a convenient, consistently styled `<form>` wrapper. ### Form Helpers There are currently two form helper options for Rails: [`form_with`](https://apidock.com/rails/ActionView/Helpers/FormHelper/form_with) and [`simple_form`](https://github.com/heartcombo/simple_form). **Note:** It is suggested to use `form_with` for newer or more progressive Rails applications and `simple_form` for older legacy forms where simple_form is already implemented and a complete overhaul might not make sense. This kit does make use of other kits such as text_input, select and typeahead to name a few. Doing so provides UI consistency within forms and makes adding a form to your page easier.
Version data entries
214 entries across 214 versions & 1 rubygems