Kopyalanmak istenilen veri...
# ✨ useClipboard
useClipboard()function is used to make the clipboard copy function on your website or application.
# 🍁 Usage
The useClipboard function is used as the following reactive state:
import { useClipboard } from 'vue-composable-utils';
const { copy } = useClipboard();
# 🚀 Features
The useClipboard function has the copy feature. The copy property takes two parameters.
| Name | Description |
|---|---|
value | The value to copy. |
ref | It is used to access the container class of the data we want to copy. |
# 💐 Example
You can see how it changes reactively using the example below.