You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jmfk January 7, 2025
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.
The text was updated successfully, but these errors were encountered:
Discussed in #1178
Originally posted by jmfk January 7, 2025
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.
The text was updated successfully, but these errors were encountered: