symfony / stimulus-bridge

Stimulus integration bridge for Symfony projects
https://symfony.com/ux
75 stars 15 forks source link

Normalize Stimulus controllers names coming from packages #9

Closed tgalopin closed 3 years ago

tgalopin commented 3 years ago

This would allow to use the new Stimulus 2 syntax for targets and perhaps profits from the data API better as well.

This would replace the controller named @symfony/ux-dropzone/dropzone in @symfony--ux-dropzone--dropzone, double dashes being the official notation for "directories" in Stimulus.

tgalopin commented 3 years ago

Okay it's a bit more complex than I imagined, let's close this for now as I need to find an alternative :)