File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
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 @@ -49,7 +49,7 @@ Other Fields
4949Symfony UX Fields
5050~~~~~~~~~~~~~~~~~
5151
52- These types are part of the `Symfony UX initiative`_ :
52+ These types are part of the :doc: `Symfony UX initiative </ frontend/ux > ` :
5353
5454* `CropperType`_ (using Cropper.js)
5555* `DropzoneType`_
@@ -83,6 +83,5 @@ Base Fields
8383
8484* :doc:`FormType </ reference/forms/types/form> `
8585
86- .. _`Symfony UX initiative`: https://github.com/symfony/ux#readme
8786.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
8887.. _`DropzoneType`: https://github.com/symfony/ux/tree/2.x/src/Dropzone#readme
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ For more information, see `UX Twig Component`_.
421421Twig components also have one other superpower: they can become "live", where
422422they automatically update (via Ajax) as the user interacts with them. For example,
423423when your user types into a box, your Twig component will re-render via Ajax to
424- show a list of results. It's... pretty cool.
424+ show a list of results!
425425
426426To learn more, see `UX Live Component `_.
427427
You can’t perform that action at this time.
0 commit comments