Skip to content

Commit ba6ac09

Browse files
committed
changes from Wouter
1 parent 53a6a57 commit ba6ac09

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

frontend/ux.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Stimulus Tools around the World
4040
Because Stimulus is used by developers outside of Symfony, many tools
4141
exist 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

4949
How does Symfony UX Work?
5050
-------------------------

reference/forms/types/map.rst.inc

+17
Original file line numberDiff line numberDiff 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+
4862
Field 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

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ For more information, see `UX Twig Component`_.
397397
Twig components also have one other superpower: they can become "live", where
398398
they automatically update (via Ajax) as the user interacts with them. For example,
399399
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!
401401

402402
To learn more, see `UX Live Component`_.
403403

0 commit comments

Comments
 (0)