LinkWidgetContainer
Installation
import { LinkWidgetContainer } from 'uxp/components';Signature
const LinkWidgetContainer: React.FunctionComponent<ILinkWidgetContainerProps>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
Mandatory
Default Value
Example Value
Related Types
Last updated