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

create_portal

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