ExternalCopyLink
Interfaces
ExternalCopyLinkProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
gap? | Responsive <Union <string , "2" | "0" | "1" | "3" | "4" | "5" | "6" | "7" | "8" | "9" >> | The gap size between the link text and the copy button. | manager/components/ExternalCopyLink.tsx:18 |
href | undefined | string | The external target of the link. | manager/components/ExternalCopyLink.tsx:16 |
Functions
default()
default(
__namedParameters
):Element
The external link component with a copy button.
The link will be opened in a new tab when clicked. The copy button will copy the link address to the clipboard. Wrap the link text within this component.
Parameters
Parameter | Type |
---|---|
__namedParameters | PropsWithChildren <ExternalCopyLinkProps > |
Returns
Element