> Source: https://tomatophp.com/docs/tomato-admin/components/clipboard

# © Clipboard

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/Screenshot from 2024-01-18 17-21-09.png" alt=""><figcaption></figcaption></figure>

as we know we need to copy some string when we click on buttons like IPs or domains or just product links like this

```markup
<x-tomato-admin-copy :text="__('Copy Me')">
    <i class="bx bx-copy"></i>
</x-tomato-admin-copy>
```

this component uses [vueuse](https://vueuse.org/)
