Copy to Clipboard
CopyToClipboard
to achieve the effect of clicking the component to copy text.Example Effect
Click here to copy text
<CopyToClipboard>Click here to copy text</CopyToClipboard>
Specify the content to be copied
text
parameter to set the "actual copied content".Click here to copy text
<CopyToClipboard text="actual copied text">Click here to copy text</CopyToClipboard>
Parameter Description
CopyToClipboard
text
string
Custom Copy Text
Modified at 2024-05-28 09:48:04