PortalContainer
Installation
import {PortalContainer} from 'uxp/components';Examples
<PortalContainer >
{your content}
</PortalContainer><PortalContainer
hasBackdrop
onClickBackdrop={() => {setShow(false)}}
backdropStyles={{backgroundColor: "white"}}
>
{your content}
</PortalContainer>Properties
Name
Type
Description
hasBackdrop
type
onClickBackdrop
type
backdropStyles
type
disableScroll
type
className
type
Last updated