1.0.3 • Published 4 years ago

copy-clipboard-js v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react.js-copy-clipboard

Directly copy any string to clipboard in react.js with this module

See in CodeSandbox

In react.js :

...
import * as CCJ from "copy-clipboard-js";
...
     CCJ.copyText("something to copy");//place it somewhere,anywhere,everywhere
...

Available on npm

Just add in your package.josn

"copy-clipboard-js": "^1.0.0"

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago