Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Last active December 4, 2016 09:59
Show Gist options
  • Save manbearwolf/56ad2efbe530abc2e6ed02f6248f876b to your computer and use it in GitHub Desktop.
Save manbearwolf/56ad2efbe530abc2e6ed02f6248f876b to your computer and use it in GitHub Desktop.
Longer Copy Box (Input) https://clipboardjs.com/
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.5/clipboard.min.js"></script>
<script>new Clipboard('.btn');</script>
<input id="input" value="Some Text" style="width: 300px;">
<button class="btn" data-clipboard-target="#input">Copy</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment