@@ -191,7 +191,7 @@ tag if the ``symfony/ux-twig-component`` package is installed:
191
191
192
192
.. tip ::
193
193
194
- To use the HTML syntax, the `` symfony/ux-twig-component `` package must be
194
+ To use the HTML syntax, the `symfony/ux-twig-component `_ package must be
195
195
installed in your project.
196
196
197
197
Downloading Icons
@@ -526,13 +526,13 @@ TwigComponent
526
526
~~~~~~~~~~~~~
527
527
528
528
The ``ux_icon() `` function is optimized to be as fast as possible. To deliver the
529
- same level of performance when using the HTML syntax (``<twig:ux:icon name="..." /> ``),
529
+ same level of performance as if using the HTML syntax (``<twig:ux:icon name="..." /> ``),
530
530
the TwigComponent overhead is reduced by calling the IconRenderer immediately and
531
531
returning the HTML output.
532
532
533
533
.. warning ::
534
534
535
- The <twig :ux: icon> component does not support embedded content.
535
+ The ` symfony/ux-twig- component`_ does not support embedded content.
536
536
537
537
.. code-block :: html+twig
538
538
@@ -610,6 +610,7 @@ Learn more
610
610
.. _`ux.symfony.com/icons` : https://ux.symfony.com/icons
611
611
.. _`Iconify` : https://iconify.design
612
612
.. _`symfony/asset-mapper` : https://symfony.com/doc/current/frontend/asset_mapper.html
613
+ .. _`symfony/ux-twig-component` : https://symfony.com/bundles/ux-twig-component/current/index.html
613
614
.. _`W3C guide about SVG icon accessibility` : https://design-system.w3.org/styles/svg-icons.html#svg-accessibility
614
615
.. _`Bootstrap Icons` : https://icons.getbootstrap.com/
615
616
.. _`Boxicons` : https://boxicons.com/
0 commit comments