Skip to content

@continuum-js/dom


@continuum-js/dom / portal

Function: portal()

portal(target, child): Node

Defined in: index.tsx:928

Render child into another node, cleaning up on dispose.

Parameters

target

Node

child

Child

Returns

Node