©️Clipboard

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

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

this component uses vueuse

Last updated