Function leptos_dom::html::portal

source ·
pub fn portal(cx: Scope) -> HtmlElement<Portal>
Expand description

The <portal> HTML element enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.