File tree 3 files changed +6
-7
lines changed
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
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 @@ -49,7 +49,7 @@ Other Fields
49
49
Symfony UX Fields
50
50
~~~~~~~~~~~~~~~~~
51
51
52
- These types are part of the `Symfony UX initiative`_ :
52
+ These types are part of the :doc: `Symfony UX initiative </ frontend/ux > ` :
53
53
54
54
* `CropperType`_ (using Cropper.js)
55
55
* `DropzoneType`_
@@ -83,6 +83,5 @@ Base Fields
83
83
84
84
* :doc:`FormType </ reference/forms/types/form> `
85
85
86
- .. _`Symfony UX initiative`: https://github.com/symfony/ux#readme
87
86
.. _`CropperType`: https://github.com/symfony/ux/tree/2.x/src/Cropperjs#readme
88
87
.. _`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`_.
421
421
Twig components also have one other superpower: they can become "live", where
422
422
they automatically update (via Ajax) as the user interacts with them. For example,
423
423
when 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!
425
425
426
426
To learn more, see `UX Live Component `_.
427
427
You can’t perform that action at this time.
0 commit comments