Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Sep 24, 2024
1 parent 5eeefdb commit 9f163cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Surface Wrappers for `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>](https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html#form/)
> component, along with [Phoenix.HTML.Form](https://hexdocs.pm/phoenix_html/Phoenix.HTML.Form.html) and
> [Phoenix.HTML.FormField](https://hexdocs.pm/phoenix_html/Phoenix.HTML.FormField.html) 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

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
Expand Down

0 comments on commit 9f163cb

Please sign in to comment.