Function create_portal

Source
pub fn create_portal(child: VNode, host: Element) -> VNode
Expand description

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

ยงRelevant examples