> 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="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FTLQTELBk04q4eGZDoRrb%2FScreenshot%20from%202024-01-18%2017-21-09.png?alt=media&amp;token=b6fd0929-aa3d-48bf-8eec-60ccc7180296" 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/)
