Author: | Djongov |
---|---|
Views Total: | 293 views |
Official Page: | Go to website |
Last Update: | August 21, 2022 |
License: | MIT |
Preview:

Description:
cClipboard is a JavaScript library that automatically generators a Copy To Clipboard button for any content to be copied.
How to use it:
1. Download and import the JavaScript library into the document.
<script src="./cClipboard.js"></script>
2. Just add the CSS class c0py
to the content and the library will do the rest.
<h1 class="c0py">cClipboard JavaScript Library Example</h1> <p class="c0py lead">A JavaScript library that automatically generators a Copy To Clipboard button for any content to be copied.</p>
Changelog:
08/21/2022
- Major Update