-
Notifications
You must be signed in to change notification settings - Fork 15
Description
For example, api like this:
const [isCopied, setCopied] = useClipboard({
successDuration: 1000,
defaultCopyText: 'copied text!'
});
// ...
<>
<span onClick={() => setCopied()}>some text</span> // will be "copied text!"
<span onClick={() => setCopied('new text!')}>some text</span> // will be "new text!"
</>
Metadata
Metadata
Assignees
Labels
No labels