Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2
Copy text to the clipboard in modern browsers
License
uiwjs/copy-to-clipboard
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This styling is an extra step which is likely not required.
Why is it here? To ensure:
- the element is able to have focus and selection.
- if element was to
flashrender it has minimal visual impact. - less flakyness with selection and copying whichmight occur if the textarea element is not visible.
The likelihood is the element won't even render, not even a flash, so some of these are just precautions. However in IE the element is visible whilst the popup box asking the user for permission for the web page to copy to the clipboard. Place in top-left corner of screen regardless of scroll position.
You will need Node.js installed on your system.
$ npm i @uiw/copy-to-clipboard
importcopyTextToClipboardfrom'@uiw/copy-to-clipboard';copyTextToClipboard('test',(isCopy)=>{console.log('isCopy:',isCopy);});
Or manually download and linkcopy-to-clipboard in your HTML, It can also be downloaded viaUNPKG:
<scriptsrc="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script><scripttype="text/javascript">copyTextToClipboard('test',(isCopy)=>{console.log('isCopy:',isCopy);});</script>
As always, thanks to our amazing contributors!
Made withcontributors.
Licensed under the MIT License.
About
Copy text to the clipboard in modern browsers
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.