Replies: 1 comment
-
I do something similar, but I get it done with custom elements that stand up svelte components inside of shadow-dom. I would heartily support integrating native Svelte constructor support into the VDom implementation. |
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
-
Hello! Is it possible to make a custom line that renders a svelte component instead of html markup? My idea is that of a page builder so I need to insert custom components, example like this:
I guess the VDOM has no clue how to render that. Is this possible somehow?
Beta Was this translation helpful? Give feedback.
All reactions