Skip to content

Commit 6918605

Browse files
committed
minor #2038 Update README.md (94noni)
This PR was merged into the 2.x branch. Discussion ---------- Update README.md | Q | A | ------------- | --- | Bug fix? | no Hey, coming from the slack of `@javiereguiluz` of biomejs, seeing the recent map ux (which is 🔥 ) I've read the readme and I may propose some changes - 1 swap webpackencore and assetmapper (as per symfony doc) - 2 remove the autocomplete as its [implemented](https://symfony.com/bundles/ux-autocomplete/current/index.html) - 3 the word "We" feels weird after 4+years of the release of this repo feel free to challenge :) thx Commits ------- be4d9ce Update README.md
2 parents bac3f26 + be4d9ce commit 6918605

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ to build the chart in PHP. The JavaScript is handled for you automatically.
1515
**That's Symfony UX.**
1616

1717
Symfony UX leverages [Stimulus](https://stimulus.hotwired.dev/) for JavaScript
18-
and can integrate with [Webpack Encore](https://github.com/symfony/webpack-encore)
18+
and can integrate with [AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html)
19+
or with [Webpack Encore](https://github.com/symfony/webpack-encore)
1920
(with the help of [Stimulus Bridge](https://github.com/symfony/stimulus-bridge))
20-
or with [AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html)
2121

2222
## Resources
2323

@@ -31,12 +31,10 @@ or with [AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html
3131
Symfony UX is an **initiative**: its aim is to build an ecosystem. To achieve this,
3232
we need your help: what other packages could we create in Symfony UX? What about a
3333
library that automatically adds an [input mask](https://imask.js.org/) to the text
34-
fields of your Symfony forms? Or the ability to make the `EntityType` render with
35-
[AJAX auto-completion](https://tarekraafat.github.io/autoComplete.js)? Anything you
36-
do in JavaScript could be done streamlined as a UX package.
34+
fields of your Symfony forms? Anything you do in JavaScript could be done
35+
streamlined as a UX package.
3736

38-
We have some ideas, and we will release more packages in the coming days. The rest
39-
is on you: let's create an amazing ecosystem together!
37+
Let's create an amazing ecosystem together!
4038

4139
## Sponsor
4240

0 commit comments

Comments
 (0)