@@ -18,8 +18,8 @@ infrastructure.
18
18
This problem is not new: it looks a whole lot like the state of Symfony in PHP
19
19
before Symfony Flex. We need a Symfony Flex equivalent for JavaScript: a tool to
20
20
build 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
23
23
[ an administration panel] ( https://symfony.com/doc/current/bundles/EasyAdminBundle/index.html ) .
24
24
25
25
** That's Symfony UX.**
@@ -28,24 +28,24 @@ build amazing User Experiences as quickly as we can now setup
28
28
29
29
# Packages
30
30
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
41
41
42
42
# Let's build an amazing ecosystem together
43
43
44
44
Symfony 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
47
47
fields 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
49
49
do in JavaScript could be done streamlined as a UX package.
50
50
51
51
We have some ideas and we will release more packages in the coming days. The rest
0 commit comments