This component is used to copy text to clipboard
https://abelce.github.io/react-simple-copy/
Install
npm install -S react-simple-copy
Then use it in your app:
import React from 'react';
import Copy from 'react-simple-copy';
class App extends React.Component {
render() {
return (
<Copy/>
);
}
}
- defaultValue
- value
- onCopy
- onChange
MIT License
react copy clipboard