React Hook for Copy to Clipboard Functionalities
"
useClipboardApi()
is a React Hook that consumes Web Clipboard API, which provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard."
Helder B. Berto