File tree Expand file tree Collapse file tree 7 files changed +388
-88
lines changed Expand file tree Collapse file tree 7 files changed +388
-88
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Install dependencies
120120 if : ${{ steps.find-files.outputs.files }}
121- run : composer create-project symfony-tools/code-block-checker _checker
121+ run : composer create-project symfony-tools/code-block-checker:@dev _checker
122122
123123 - name : Install test application
124124 if : ${{ steps.find-files.outputs.files }}
Original file line number Diff line number Diff 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+
8994Other Front-End Articles
9095------------------------
9196
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments