This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.
yew::html

Function create_portal

source
pub fn create_portal(child: Html, host: Element) -> Html
Expand description

Render children into a DOM node that exists outside the hierarchy of the parent component.

ยงRelevant examples