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