Replies: 1 comment
-
That's a good point about web components not having named slots. We'll see what we can do about named slots to web components at some point. Probably not a high priority change due to our limited bandwidth, but I think something that will be implemented at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed namedslots isn't implemented for web_components. It is definitely on my wish list for the future.
Since sending UI events via the server just isn't viable implementing things in web_components seems like the best solution.
But just having a single slot is a bit limiting when building UI components. I'm currently building a resizable layout component, and I want to pass sidebar, content and other pane content to it. The component it self would only handle the resize events and render the other components.
Beta Was this translation helpful? Give feedback.
All reactions