react-clickcopy
v0.0.2
Published
Click text to copy it to the system clipboard
Downloads
1
Readme
react-clickcopy
Copy a piece of text by clicking on it.
Install
npm install --save react-clickcopy
yarn add react-clickcopy
Usage
export default () => (
<h3><ClickCopy>http://localhost:8080</CopyClick><h3>
);
The component itself does not validate its children. The text extrapolation is handled natively by the browser through Range.selectNodeContents and Document.execCommand('copy').