Skip to content

Portal

jsx
import { Portal, PortalProvider } from '@semcore/ui/base-components';

PortalProps

NameTypeDescription
disablePortalboolean Disables children rendering in React portal
ignorePortalsStackingboolean Disabled attaching portals to the parent portals and enabling attaching directly to document.body
onMount(mounted: boolean) => void Called when portal mount state changes
nodeToMount Manually set node to mount portal content

Released under the MIT License.

Released under the MIT License.