Function leptos_dom::html::custom

source ยท
pub fn custom<El: ElementDescriptor>(el: El) -> HtmlElement<Custom>
Expand description

Creates any custom element, such as <my-element>.