Function leptos::html::custom

source ·
pub fn custom<El>(cx: Scope, el: El) -> HtmlElement<Custom>where
    El: ElementDescriptor,
Expand description

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