Skip to content

Commit 9f163cb

Browse files
committed
Update README
1 parent 5eeefdb commit 9f163cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Surface Wrappers for `Phoenix.HTML.Form` functions.
44

5+
> [!NOTE]
6+
> This library is maintained only for compatibility and does not accept new features.
7+
> We strongly recommend using the new built-in [<.form>](https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html#form/)
8+
> component, along with [Phoenix.HTML.Form](https://hexdocs.pm/phoenix_html/Phoenix.HTML.Form.html) and
9+
> [Phoenix.HTML.FormField](https://hexdocs.pm/phoenix_html/Phoenix.HTML.FormField.html) structs. If you're
10+
> not able to update all your forms at once, then this library can be used as a safe fallback so you can
11+
> gradually replace them.
12+
513
## Installation
614

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

0 commit comments

Comments
 (0)