Skip to content

Kikobeats/codecopy

Repository files navigation

codecopy

codecopy

Last version Build Status Dependency status Dev Dependencies Status NPM Status Donate

"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" href="https://cdn.jsdelivr.net/npm/codecopy/umd/codecopy.min.css">
<script src="//cdn.jsdelivr.net/npm/codecopy/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

About

A "Copy to clipboard" button for your code snippets

Resources

License

Stars

Watchers

Forks

Packages

No packages published