File tree 3 files changed +22
-5
lines changed
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
40
40
Because Stimulus is used by developers outside of Symfony, many tools
41
41
exist beyond the UX packages:
42
42
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.
45
45
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.
48
48
49
49
How does Symfony UX Work?
50
50
-------------------------
Original file line number Diff line number Diff line change @@ -45,6 +45,20 @@ Other Fields
45
45
* :doc:`RadioType </ reference/forms/types/radio> `
46
46
* `CropperType`_ (to crop images with JavaScript)
47
47
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
+
48
62
Field Groups
49
63
~~~~~~~~~~~~
50
64
@@ -67,3 +81,6 @@ Base Fields
67
81
~~~~~~~~~~~
68
82
69
83
* :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`_.
397
397
Twig components also have one other superpower: they can become "live", where
398
398
they automatically update (via Ajax) as the user interacts with them. For example,
399
399
when 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!
401
401
402
402
To learn more, see `UX Live Component `_.
403
403
You can’t perform that action at this time.
0 commit comments