'Copy to Clipboard' functionality (#163)
* Adds 'Copy to Clipboard' functionality to all code blocks in readOnly
* Show on hover, move to SC
* 💚
* PR feedback
This commit is contained in:
3
frontend/components/CopyToClipboard/index.js
Normal file
3
frontend/components/CopyToClipboard/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
// @flow
|
||||
import CopyToClipboard from './CopyToClipboard';
|
||||
export default CopyToClipboard;
|
Reference in New Issue
Block a user