import { CConditionalPortal } from '@coreui/react'
// or
import CConditionalPortal from '@coreui/react/src/components/conditional-portal/CConditionalPortal'
PropertyDescriptionTypeDefault
container
v4.11.0+
An HTML element or function that returns a single element, with document.body as the default.Element | (() => Element)-
portalRender some children into a different part of the DOMany-
On this page