Click text to copy it to the system clipboard
Copy a piece of text by clicking on it.
```
npm install --save react-clickcopy
yarn add react-clickcopy
`javascript``
export default () => (
);
The component itself does not validate its children. The text extrapolation is handled natively by the browser through Range.selectNodeContents and Document.execCommand('copy').