# v-clipboard3 Easily copy to clipboard in Vue 3 (composition-api) using clipboard.js 📋 ## Install npm install --save v-clipboard3 ## Usage For vue-cli user: ```javascript import { createApp } from 'vue'; // If the directive scheme is not used, no global registration is required import Clipboard from 'v-clipboard3'; const app = createApp(App); app.use(Clipboard); ``` For standalone usage: ```html ``` ## Sample ```html
``` ## Sample 2 ```html
``` ### Contribution PRs welcome, and issues as well! If you want any feature that we don't have currently, please fire an issue for a feature request. ### License [MIT License](https://github.com/webweifeng/v-clipboard3/blob/main/LICENSE)