Skip to content

Commit 53a6a57

Browse files
committed
Integrating UX docs more closely into Symfony docs
1 parent 300cf43 commit 53a6a57

File tree

7 files changed

+371
-87
lines changed

7 files changed

+371
-87
lines changed

frontend.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Full API
8686

8787
* `Full API`_
8888

89+
Symfony UX Components
90+
---------------------
91+
92+
.. include:: /frontend/_ux-libraries.rst.inc
93+
8994
Other Front-End Articles
9095
------------------------
9196

frontend/_ux-libraries.rst.inc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
* `ux-turbo`_: Integration with `Turbo Drive`_ for a single-page-app experience
2+
* `ux-live-component`_: Build Dynamic Interfaces with Zero JavaScript
3+
* `ux-twig-component`_: Build Twig Components Backed by a PHP Class
4+
* `ux-chartjs`_: Easy charts with Chart.js
5+
* `ux-lazy-image`_: Optimize Image Loading with BlurHash
6+
* `ux-cropperjs`_: Form Type and tools for cropping images
7+
* `ux-dropzone`_: Form type for stylized "drop zone" for file uploads
8+
* `ux-swup`_: Integration with Swup
9+
10+
.. _`ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html
11+
.. _`ux-live-component`: https://symfony.com/bundles/ux-live-component/current/index.html
12+
.. _`ux-twig-component`: https://symfony.com/bundles/ux-twig-component/current/index.html
13+
.. _`ux-chartjs`: https://symfony.com/bundles/ux-chart-js/current/index.html
14+
.. _`ux-lazy-image`: https://symfony.com/bundles/ux-lazy-image/current/index.html
15+
.. _`ux-cropperjs`: https://symfony.com/bundles/ux-cropperjs/current/index.html
16+
.. _`ux-dropzone`: https://symfony.com/bundles/ux-dropzone/current/index.html
17+
.. _`ux-swup`: https://symfony.com/bundles/ux-swup/current/index.html
18+
.. _`Turbo Drive`: https://turbo.hotwired.dev/

0 commit comments

Comments
 (0)