Import
import { Portal } from '@contentful/f36-utils';
Example
Basic usage
<Flex><Portal><Flexstyle={{backgroundColor: 'gray',}}>Hi! I'm first in the document flow, but will be rendered at the end of thedocument!</Flex></Portal>Parent component content</Flex>
Props (API reference)
Open in StorybookName | Type | Default |
---|---|---|
children required | ||
container | Document HTMLElement Container element for Portal |