How to use external web components? #587
-
How would one use a custom html element used by web components in builder and macro syntax? Example: https://www.webcomponents.org/element/quarkd
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think documentation has answer for macro based solution, but it is not clear if there is solution for builder.
|
Beta Was this translation helpful? Give feedback.
-
I'm not super familiar with web components, but perhaps |
Beta Was this translation helpful? Give feedback.
I'm not super familiar with web components, but perhaps
sycamore::builder::tag
is what you're looking for? That will give you a builder that pastes an arbitrary tag in to the generated HTML.