Function next_rs::prelude::rsx::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