From 96df4160fc11dbe003eebb48a7dfbb6a45d4e538 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 18 Feb 2022 14:05:02 +0100 Subject: [PATCH] Update _ux-libraries.rst.inc --- frontend/_ux-libraries.rst.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/_ux-libraries.rst.inc b/frontend/_ux-libraries.rst.inc index 3355d4926e4..c88b6b623ef 100644 --- a/frontend/_ux-libraries.rst.inc +++ b/frontend/_ux-libraries.rst.inc @@ -1,18 +1,18 @@ * `ux-turbo`_: Integration with `Turbo Drive`_ for a single-page-app experience * `ux-live-component`_: Build Dynamic Interfaces with Zero JavaScript * `ux-twig-component`_: Build Twig Components Backed by a PHP Class +* `ux-swup`_: Integration with Swup * `ux-chartjs`_: Easy charts with Chart.js * `ux-lazy-image`_: Optimize Image Loading with BlurHash * `ux-cropperjs`_: Form Type and tools for cropping images * `ux-dropzone`_: Form type for stylized "drop zone" for file uploads -* `ux-swup`_: Integration with Swup .. _`ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html .. _`ux-live-component`: https://symfony.com/bundles/ux-live-component/current/index.html .. _`ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html +.. _`ux-swup`: https://symfony.com/bundles/ux-swup/current/index.html .. _`ux-chartjs`: https://symfony.com/bundles/ux-chartjs/current/index.html .. _`ux-lazy-image`: https://symfony.com/bundles/ux-lazy-image/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-swup`: https://symfony.com/bundles/ux-swup/current/index.html .. _`Turbo Drive`: https://turbo.hotwired.dev/