codeeshop-oc / vue-clipboard

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

Home Page:https://codeeshop-oc.github.io/vue-clipboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-clipboard

πŸš₯ Copy the text data in clipboard from element selection or pass the text data

npm license bit PRs welcome Node.js Package

Version Support

Vue 3 - Current Branch ( TypeScript + Vite + vitest )

Vue 2

🎨 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>
    <VueClipboard />
  </div>
</template>

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

πŸ”– License

This software is licensed under the MIT.

About

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

https://codeeshop-oc.github.io/vue-clipboard/

License:MIT License


Languages

Language:Vue 49.2%Language:TypeScript 22.4%Language:CSS 14.2%Language:JavaScript 10.3%Language:HTML 3.9%