I've writte my own Base Element (https://github.com/node-projects/base-custom-webcomponent)
cause we liked the declarative Style more then the "render()" one from LIT.
Is it possible to also parse my elments? What do I need to do? I'd like that also the templates in my elements are parsed and slots and parts are extracted.
(i've already a few components who use it as a base: https://github.com/node-projects)
Also my designer uses it: https://node-projects.github.io/web-component-designer-demo/index.html
I've writte my own Base Element (https://github.com/node-projects/base-custom-webcomponent)
cause we liked the declarative Style more then the "render()" one from LIT.
Is it possible to also parse my elments? What do I need to do? I'd like that also the templates in my elements are parsed and slots and parts are extracted.
(i've already a few components who use it as a base: https://github.com/node-projects)
Also my designer uses it: https://node-projects.github.io/web-component-designer-demo/index.html