PortalContainer
Installation
import { PortalContainer } from 'uxp/components';Signature
const PortalContainer: React.FunctionComponent<IPortalContainerProps>Examples
<PortalContainer >
{your content}
</PortalContainer><PortalContainer
hasBackdrop
onClickBackdrop={() => {setShow(false)}}
backdropStyles={{backgroundColor: "white"}}
>
{your content}
</PortalContainer>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated