LinkWidgetContainer
Installation
import {LinkWidgetContainer} from 'uxp/components';Examples
<button className="btn showcase" onClick={() => setShowLinkWidget(true)}>Click to Show Link Widget Container</button>
<LinkWidgetContainer
show={showLinkWidget}
onClose={() => setShowLinkWidget(false)}
title="Link Widget Container"
>
content
</LinkWidgetContainer>Properties
Name
Type
Description
show
type
onOpen
type
onClose
type
title
type
className
type
toolbarContent
type
Last updated