-
Notifications
You must be signed in to change notification settings - Fork 6
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
Render fragments #14
Comments
Thanks for the good use-case. It must be possible. This and also easy declaring components like I have to meditate on that. Not sure what meaning |
It seems from declarative shadow dom and declarative custom elements template is used more like fragment boundary, rather than definition. Also |
Ok, done in v9. |
I found a use case that does not seem to be supported by sprae: fragments rendering.
I want to render two table rows at a time, in a loop:
I cannot use a single tag as parent because it will break the table structure, so I would like something similar with Alpine:
Is it possible to implement something like this?
Thank you!
The text was updated successfully, but these errors were encountered: