> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/components/clipboard.md).

# ©️ Clipboard

<figure><img src="/files/pvIAQ6FtZjoVLvrpN8XV" 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/)
