https://github.com/codeeshop-oc/vue-clipboard
Copy the text data in clipboard from element selection or pass the text data
https://github.com/codeeshop-oc/vue-clipboard
clipboard npm-package vue vue-component vuejs
Last synced: 4 months ago
JSON representation
Copy the text data in clipboard from element selection or pass the text data
- Host: GitHub
- URL: https://github.com/codeeshop-oc/vue-clipboard
- Owner: codeeshop-oc
- License: mit
- Created: 2021-07-10T10:19:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T12:20:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T19:43:08.002Z (5 months ago)
- Topics: clipboard, npm-package, vue, vue-component, vuejs
- Language: Vue
- Homepage: https://codeeshop-oc.github.io/vue-clipboard/
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-clipboard
> 🚥 Copy the text data in clipboard from element selection or pass the text data
[](https://www.npmjs.com/package/@codeeshop/vue-clipboard)
[](https://github.com/codeeshop-oc/vue-clipboard/blob/main/LICENSE)
[](https://github.com/codeeshop-oc/vue-clipboard/blob/main/src/Clipboard.vue)
[](https://github.com/codeeshop-oc/vue-clipboard/issues?&q=is%3Aissue+is%3Aopen)
[](https://github.com/codeeshop-oc/vue-clipboard/actions/workflows/release-package.yml)
[](https://github.com/codeeshop-oc/vue-clipboard/actions/workflows/codeql-analysis.yml)## Version Support
Vue 3 - Current Branch ( TypeScript + Vite + vitest )
[Vue 2](https://github.com/codeeshop-oc/vue-lightbox-advanced/tree/vue2)
## 🎨 Features
Find out all available features on [setting props](https://github.com/codeeshop-oc/vue-clipboard/blob/main/docs/API.md#props) and see how that works on [examples](https://codeeshop-oc.github.io/vue-clipboard/).
## 🚚 Installation
### yarn/npm
```bash
# npm
npm i @codeeshop/vue-clipboard
# yarn
yarn add @codeeshop/vue-clipboard
```### cdn
```bash
# latest
https://unpkg.com/@codeeshop/vue-clipboard
```
## 🚀 Quick Start
```html
import VueClipboard from '@codeeshop/vue-clipboard'
import '@codeeshop/vue-clipboard.css'
export default {
name: 'MyComponent',
components: { VueClipboard },
}```
## 🔖 License
This software is licensed under the [MIT](https://github.com/codeeshop-oc/vue-clipboard/blob/main/LICENSE).