Function leptos_dom::mount_to
source · pub fn mount_to<F, N>(parent: HtmlElement, f: F)where
F: FnOnce(Scope) -> N + 'static,
N: IntoView,
Expand description
Runs the provided closure and mounts the result to the provided element.
pub fn mount_to<F, N>(parent: HtmlElement, f: F)where
F: FnOnce(Scope) -> N + 'static,
N: IntoView,
Runs the provided closure and mounts the result to the provided element.