Skip to content

Instantly share code, notes, and snippets.

@sayyedhammadali
Last active October 16, 2021 12:35
Show Gist options
  • Save sayyedhammadali/f8094b54f3f75ff099b69a5603c9be83 to your computer and use it in GitHub Desktop.
Save sayyedhammadali/f8094b54f3f75ff099b69a5603c9be83 to your computer and use it in GitHub Desktop.
Copy to Clipboard
const copyToClipboard = (text) => navigator.clipboard.writeText(text);
copyToClipboard("This Sring is Copied To Clipboard.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment