Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T12:20:07.000Z (about 1 year ago)
- Last Synced: 2024-10-05T19:06:23.688Z (about 1 month 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
[![npm](https://img.shields.io/badge/npm-3.0.0--alpha-blue)](https://www.npmjs.com/package/@codeeshop/vue-clipboard)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-clipboard/blob/main/LICENSE)
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-clipboard/blob/main/src/Clipboard.vue)
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/codeeshop-oc/vue-clipboard/issues?&q=is%3Aissue+is%3Aopen)
[![Node.js Package](https://github.com/codeeshop-oc/vue-clipboard/actions/workflows/release-package.yml/badge.svg)](https://github.com/codeeshop-oc/vue-clipboard/actions/workflows/release-package.yml)
[![CodeQL](https://github.com/codeeshop-oc/vue-clipboard/actions/workflows/codeql-analysis.yml/badge.svg)](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).