Jarvis1010 / react-copy-code

A React component to add copy to clipboard funcitonality to 'pre code' blocks
MIT License
9 stars 4 forks source link

Dispatch a event on copy? #1

Closed johnhult closed 6 years ago

johnhult commented 6 years ago

Hi! This works like a charm. Was only wondering if it would be possible to add an event when copying. Would like to add a notification when code is copied.

Jarvis1010 commented 6 years ago

This is a great idea! Should definitely look into doing that

Jarvis1010 commented 6 years ago

you can now pass a function to an onCopy prop on the CodeBlock component and it will run that function when the copy is clicked