pub fn custom<El>(cx: Scope, el: El) -> HtmlElement<Custom>where
El: ElementDescriptor,
Expand description
Creates any custom element, such as <my-element>
.
pub fn custom<El>(cx: Scope, el: El) -> HtmlElement<Custom>where
El: ElementDescriptor,
Creates any custom element, such as <my-element>
.