@codeeshop/vue-clipboard

🚥 Copy the text data in clipboard from element selection or pass the text data

Usage no npm install needed!

<script type="module">
  import codeeshopVueClipboard from 'https://cdn.skypack.dev/@codeeshop/vue-clipboard';
</script>

README

vue-clipboard

🚥 Copy the text data in clipboard from element selection or pass the text data

license bit PRs welcome

🎨 Features

Find out all available features on setting props and see how that works on examples.

🚚 Installation

yarn/npm

# npm
npm i @codeeshop/vue-clipboard
# yarn
yarn add @codeeshop/vue-clipboard

cdn

# latest
https://unpkg.com/@codeeshop/vue-clipboard

🚀 Quick Start

<template>
  <div>
    <Clipboard />
  </div>
</template>

<script>
  import Clipboard from '@codeeshop/vue-clipboard'
  
  export default {
    name: 'MyComponent',
    components: { Clipboard },
  }
</script>

🔖 License

This software is licensed under the MIT.