Skip to content

Commit

Permalink
[WIP] Integrating UX docs more closely into Symfony docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 31, 2022
1 parent 300cf43 commit 4177f81
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Install dependencies
if: ${{ steps.find-files.outputs.files }}
run: composer create-project symfony-tools/code-block-checker _checker
run: composer create-project symfony-tools/code-block-checker:@dev _checker

- name: Install test application
if: ${{ steps.find-files.outputs.files }}
Expand Down
5 changes: 5 additions & 0 deletions frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ Full API

* `Full API`_

Symfony UX Components
---------------------

.. include:: /frontend/_ux-libraries.rst.inc

Other Front-End Articles
------------------------

Expand Down
18 changes: 18 additions & 0 deletions frontend/_ux-libraries.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +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-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-chartjs`: https://symfony.com/bundles/ux-chart-js/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/
Loading

0 comments on commit 4177f81

Please sign in to comment.