From 794d78d408230806561e5fe350636f1ecc5227aa Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Fri, 23 Aug 2024 08:35:35 +0200 Subject: [PATCH] doc: add icons and map packages in index --- doc/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 07702d2..b1114a8 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -109,10 +109,13 @@ The official UX packages are: * `ux-cropperjs`_: Form Type and tools for cropping images (`see demo `_) * `ux-dropzone`_: Form Type for stylized "drop zone" for file uploads (`see demo `_) +* `ux-icons`_: Render SVG icons from popular sets with Twig +(`see demo `_) * `ux-lazy-image`_: Optimize Image Loading with BlurHash (`see demo `_) * `ux-live-component`_: Build Dynamic Interfaces with Zero JavaScript (`see demo `_) +* `ux-map`_: Integrate interactive maps (`see demo `_) * `ux-notify`_: Send server-sent native notification with Mercure (`see demo `_) * `ux-react`_: Render `React`_ component from Twig (`see demo `_) @@ -553,8 +556,10 @@ it will normalize it: .. _`ux-chartjs`: https://symfony.com/bundles/ux-chartjs/current/index.html .. _`ux-cropperjs`: https://symfony.com/bundles/ux-cropperjs/current/index.html .. _`ux-dropzone`: https://symfony.com/bundles/ux-dropzone/current/index.html +.. _`ux-icons`: https://symfony.com/bundles/ux-icons/current/index.html .. _`ux-lazy-image`: https://symfony.com/bundles/ux-lazy-image/current/index.html .. _`ux-live-component`: https://symfony.com/bundles/ux-live-component/current/index.html +.. _`ux-map`: https://symfony.com/bundles/ux-map/current/index.html .. _`ux-notify`: https://symfony.com/bundles/ux-notify/current/index.html .. _`ux-react`: https://symfony.com/bundles/ux-react/current/index.html .. _ux-translator: https://symfony.com/bundles/ux-translator/current/index.html