scottvorthmann
Does solid-element support defining methods on web components?
I'm not currently using
solid-element
to define my web component, because I need to define methods on it. However, now I find that I want to bind the attributes as reactive component properties, and I don't see how to do that using render()
, and it appears that solid-element
supports that.
I'd welcome either solution, using solid-element
with methods, or not using it and achieving attributes as reactive component props.1 replies