Skip to content

Portal

jsx
import Portal, { PortalProvider } from 'intergalactic/portal';
import Portal, { PortalProvider } from 'intergalactic/portal';

PortalProps

NameTypeDescription
disablePortalbooleanDisables children rendering in React portal
ignorePortalsStackingbooleanDisabled attaching portals to the parent portals and enabling attaching directly to document.body
onMount(mounted: boolean) => voidCalled when portal mount state changes

Released under the MIT License.

Released under the MIT License.