DEV Community

Discussion on: I learned some React in a week and made an emoji-searcher tool 😀🎉👏

Collapse
 
akashthakur05 profile image
Akash Singh

How to implement click to copy

Collapse
 
braydentw profile image
Brayden W ⚡️

I just used the onClick event on the item component and then used the Clipboard npm library.