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