From 65aeaf7c8c0a7dc0500c5cb2d1b12c6a068c1089 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 26 Jul 2022 08:44:42 +0200 Subject: [PATCH] Add links to each Symfony UX component demo --- frontend/_ux-libraries.rst.inc | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/_ux-libraries.rst.inc b/frontend/_ux-libraries.rst.inc index 40a3e441c8c..aaf03138844 100644 --- a/frontend/_ux-libraries.rst.inc +++ b/frontend/_ux-libraries.rst.inc @@ -1,15 +1,23 @@ -* `ux-autocomplete`_: Transform ``EntityType``, ``ChoiceType`` or *any* ```` element into an Ajax-powered autocomplete field + (`see demo `_) +* `ux-chartjs`_: Easy charts with `Chart.js`_ (`see demo `_) +* `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-lazy-image`_: Optimize Image Loading with BlurHash + (`see demo `_) * `ux-live-component`_: Build Dynamic Interfaces with Zero JavaScript + (`see demo `_) * `ux-notify`_: Send server-sent native notification with Mercure -* `ux-react`_: Render `React`_ component from Twig -* `ux-swup`_: Integration with `Swup`_ + (`see demo `_) +* `ux-react`_: Render `React`_ component from Twig (`see demo `_) +* `ux-swup`_: Integration with `Swup`_ (`see demo `_) * `ux-turbo`_: Integration with `Turbo Drive`_ for a single-page-app experience + (`see demo `_) * `ux-twig-component`_: Build Twig Components Backed by a PHP Class -* `ux-typed`_: Integration with `Typed`_ + (`see demo `_) +* `ux-typed`_: Integration with `Typed`_ (`see demo `_) .. _`ux-autocomplete`: https://symfony.com/bundles/ux-autocomplete/current/index.html .. _`ux-chartjs`: https://symfony.com/bundles/ux-chartjs/current/index.html