Copy element text content or input values to the clipboard.
npm install @github/clipboard-copy-elementCopy element text content or input values to the clipboard.
```
$ npm install --save @github/clipboard-copy-element
Import as ES modules:
`js`
import '@github/clipboard-copy-element'
With a script tag:
`html