File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ Stimulus Tools around the World
4040Because Stimulus is used by developers outside of Symfony, many tools
4141exist beyond the UX packages:
4242
43- - `stimulus-use `_: Add composable behaviors to your Stimulus controllers, like
44- debouncing, detecting outside clicks and many other things.
43+ * `stimulus-use `_: Add composable behaviors to your Stimulus controllers, like
44+ debouncing, detecting outside clicks and many other things.
4545
46- - `stimulus-components `_ A large number of pre-made Stimulus controllers, like for
47- Copying to clipboard, Sortable, Popover (similar to tooltips) and much more.
46+ * `stimulus-components `_ A large number of pre-made Stimulus controllers, like for
47+ Copying to clipboard, Sortable, Popover (similar to tooltips) and much more.
4848
4949How does Symfony UX Work?
5050-------------------------
Original file line number Diff line number Diff line change @@ -45,6 +45,20 @@ Other Fields
4545* :doc:`RadioType </ reference/forms/types/radio> `
4646* `CropperType`_ (to crop images with JavaScript)
4747
48+ Symfony UX Fields
49+ ~~~~~~~~~~~~~~~~~
50+
51+ These types are part of the :doc:`Symfony UX initiative </ frontend/ux> `:
52+
53+ * `CropperType`_ (using Cropper.js)
54+ * `DropzoneType`_
55+
56+ UID Fields
57+ ~~~~~~~~~~
58+
59+ * :doc:`UuidType </ reference/forms/types/uuid> `
60+ * :doc:`UlidType </ reference/forms/types/ulid> `
61+
4862Field Groups
4963~~~~~~~~~~~~
5064
@@ -67,3 +81,6 @@ Base Fields
6781~~~~~~~~~~~
6882
6983* :doc:`FormType </ reference/forms/types/form> `
84+
85+ .. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
86+ .. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ For more information, see `UX Twig Component`_.
397397Twig components also have one other superpower: they can become "live", where
398398they automatically update (via Ajax) as the user interacts with them. For example,
399399when your user types into a box, your Twig component will re-render via Ajax to
400- show a list of results. It's... pretty cool.
400+ show a list of results!
401401
402402To learn more, see `UX Live Component `_.
403403
You can’t perform that action at this time.
0 commit comments