copy-button Repo

Basic text copy

Click to copy 'Hello this is Patrick' to clipboard

Copying content of another element using selector

This is js-target content

Copying value of textarea

<textarea name="LOL" id="textarea" cols="30" rows="10">Write something here</textarea> <copy-button target-element="#textarea"></copy-button>

Copying value of input


Adding icons