ideas icon indicating copy to clipboard operation
ideas copied to clipboard

useClipboard

Open torifat opened this issue 5 years ago • 1 comments

https://developer.mozilla.org/en-US/docs/Web/API/Clipboard

const { clipboard, setClipboard } = useClipboard();

API

useClipboard(mimeType = 'text/html');

torifat avatar Oct 26 '18 12:10 torifat

Addressed this one here but I haven't published to npm yet. Any chances of moving this one – and a few others I have been working – into /rehooks organization, @jamiebuilds?

ythecombinator avatar Jan 08 '19 09:01 ythecombinator