@@ -18,8 +18,8 @@ infrastructure.
1818This problem is not new: it looks a whole lot like the state of Symfony in PHP
1919before Symfony Flex. We need a Symfony Flex equivalent for JavaScript: a tool to
2020build amazing User Experiences as quickly as we can now setup
21- [ an HTTP client] ( https://symfony.com/doc/current/http_client.html ) ,
22- [ a Mailer] ( https://symfony.com/doc/current/mailer.html ) or
21+ [ an HTTP client] ( https://symfony.com/doc/current/http_client.html ) ,
22+ [ a Mailer] ( https://symfony.com/doc/current/mailer.html ) or
2323[ an administration panel] ( https://symfony.com/doc/current/bundles/EasyAdminBundle/index.html ) .
2424
2525** That's Symfony UX.**
@@ -28,24 +28,24 @@ build amazing User Experiences as quickly as we can now setup
2828
2929# Packages
3030
31- * [ UX Chart.js] ( https://github.com/symfony/ux-chartjs ) :
32- [ Chart.js] ( https://www.chartjs.org/ ) chart library integration for Symfony
33- * [ UX Cropper.js] ( https://github.com/symfony/ux-cropperjs ) :
34- [ Cropper.js] ( https://fengyuanchen.github.io/cropperjs/ ) image cropper library integration for Symfony
35- * [ UX Dropzone] ( https://github.com/symfony/ux-dropzone ) :
36- File input drag-and-drop zones for Symfony Forms
37- * [ UX LazyImage] ( https://github.com/symfony/ux-lazy-image ) :
38- Improve image loading performances through lazy-loading and data-uri thumbnails
39- * [ UX Swup] ( https://github.com/symfony/ux-swup ) :
40- [ Swup] ( https://swup.js.org/ ) page transition library integration for Symfony
31+ - [ UX Chart.js] ( https://github.com/symfony/ux-chartjs ) :
32+ [ Chart.js] ( https://www.chartjs.org/ ) chart library integration for Symfony
33+ - [ UX Cropper.js] ( https://github.com/symfony/ux-cropperjs ) :
34+ [ Cropper.js] ( https://fengyuanchen.github.io/cropperjs/ ) image cropper library integration for Symfony
35+ - [ UX Dropzone] ( https://github.com/symfony/ux-dropzone ) :
36+ File input drag-and-drop zones for Symfony Forms
37+ - [ UX LazyImage] ( https://github.com/symfony/ux-lazy-image ) :
38+ Improve image loading performances through lazy-loading and data-uri thumbnails
39+ - [ UX Swup] ( https://github.com/symfony/ux-swup ) :
40+ [ Swup] ( https://swup.js.org/ ) page transition library integration for Symfony
4141
4242# Let's build an amazing ecosystem together
4343
4444Symfony UX is an ** initiative** : its aim is to build an ecosystem. To achieve this,
45- we need your help: what other packages could we create in Symfony UX? What about a
46- library that automatically adds an [ input mask] ( https://imask.js.org/ ) to the text
45+ we need your help: what other packages could we create in Symfony UX? What about a
46+ library that automatically adds an [ input mask] ( https://imask.js.org/ ) to the text
4747fields of your Symfony forms? Or the ability to make the ` EntityType ` render with
48- [ AJAX auto-completion] ( https://tarekraafat.github.io/autoComplete.js ) ? Anything you
48+ [ AJAX auto-completion] ( https://tarekraafat.github.io/autoComplete.js ) ? Anything you
4949do in JavaScript could be done streamlined as a UX package.
5050
5151We have some ideas and we will release more packages in the coming days. The rest
0 commit comments