LinkButtonWidget
Installation
import { LinkButtonWidget } from 'uxp/components';Signature
const LinkButtonWidget: React.FunctionComponent<ILinkButtonWidgetProps>Examples
<LinkButtonWidget
link="https://google.com"
target="_blank"
icon="path to your icon"
label="Go to Google"
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated