codecopy.js
v0.3.0
Published
"Copy to clipboard button" for your code snippets
Downloads
4
Maintainers
Readme
codecopy
"Copy to clipboard" button for your code snippets. Inspired in codecopy.
Install
from NPM
$ npm install codecopy --save
from CDN
<!-- CodeCopy Vanilla/UMD bundle -->
<link rel="stylesheet" src="//cdn.jsdelivr.net/npm/codecopy.js/umd/codecopy.min.css"></link>
<script src="//cdn.jsdelivr.net/npm/codecopy.js/umd/codecopy.min.js"></script>
Also available amd
and cjs
version.
Usage
document.addEventListener('DOMContentLoaded', function (event) {
codecopy('pre') // your code tag selector!
})
Related
- react-codecopy – A React component for "Copy to clipboard" button for your code snippets.
License
codecopy © Kiko Beats, released under the MIT License. Authored and maintained by Kiko Beats with help from contributors.
kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats