Portal

external val Portal: FC<PortalProps>(source)

Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component.

Demos:

API: