Licence
ISC
Version
1.0.1
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Handy-Copy
The way to copy anything to clipboard
Quick links
Usage with npm or Yarn
- First install the package with
npmorYarn.
#npm
npm install handy-copy-to-clipboard
#or with yarn
yarn add handy-copy-to-clipboard
- And here comes the fun part.
import Copy from 'handy-copy-to-clipboard'
Copy({
value: 'What you want to copy',
done: () => {
console.log('Callback function called')
}
})
Thanks for reading!!