-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TwigComponent] Autodiscover from bundles #1714
Comments
Concerning autodiscover / bundle component, i'll make you a general answer :) It's somehting we worked on and.. paused (to release some LiveComponent fixes and UX Icons). I'll work on it next week as i had an almost ready PR for all this, we "just" need to act some things regarding namespaces. Stay tuned ? :) |
I'll ping you next week then 😉 |
Let me be the ping on that one. Can we help with a real world example? |
Nothing like that nope sorry…. But if you want, i can find 30mn during the week-end to centralize all the needs / hidden problems / things we want to préserve, etc |
Thank you for this issue. |
@smnandre has there been any progress on that topic? Having such a feature could improve the spreading of UX initiative, if we can publish components in bundles. |
This now works for anonymous components: https://symfony.com/bundles/ux-twig-component/current/index.html#3rd-party-bundle |
The goal is to convert every "twig macro component" into TwigComponent (kevinpapst/TablerBundle#173) in TablerBundle.
As of today, there is no "best practice" or "how to" for implementing TwigComponent in bundles.
With the multi namespace available, we can configure it like this:
Note
Keep in mind the
/twig_components
folder.twig
file in<your-bundle>/templates/components
be mounted as a Twig Component?In our case, we already have a
components
folder that is NOT planned for Twig Component (this can be solved internally).2.
, can a bundle have "anonymous" components?Symfony\UX\TwigComponent\Attribute\AsTwigComponent
attribute and not mount them from "is there twig files intemplates/components
"The text was updated successfully, but these errors were encountered: