def render(using parentElement: Element, parentBinding: Binding[_]): Unit
Renders this Component's template. render should only be overriden when implementing new Component types. For example, [[WebComponent]] overrides render to wrap super.render in a Custom Element, allowing you to use shadow-dom and lifecycle callbacks.
Renders this Component's template. render should only be overriden when implementing new Component types. For example, [[WebComponent]] overrides render to wrap super.render in a Custom Element, allowing you to use shadow-dom and lifecycle callbacks.