Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 923 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 923 Bytes

Surface.Form

Surface wrappers for legacy Phoenix.HTML.Form functions.

Note

This library is maintained only for compatibility and does not accept new features. We strongly recommend using the new built-in <.form> component, along with Phoenix.HTML.Form and Phoenix.HTML.FormField structs. If you're not able to update all your forms at once, then this library can be used as a safe fallback so you can gradually replace them.

Installation

Add surface_form_helpers to the list of dependencies in mix.exs:

def deps do
  [
    {:surface_form_helpers, "~> 0.2.0"}
  ]
end

License

Copyright (c) 2024, Marlus Saraiva.

Surface source code is licensed under the MIT License.