mirror of
https://github.com/dyzulk/santulitam-temp.git
synced 2026-01-26 13:51:55 +07:00
10 lines
357 B
PHP
10 lines
357 B
PHP
@props([
|
|
'data'
|
|
])
|
|
<a x-data="{}"
|
|
x-on:click.prevent="window.navigator.clipboard.writeText(@js($data));$tooltip('{{ __('filament-breezy::default.clipboard.tooltip') }}');"
|
|
href="#" class="flex items-center">
|
|
@svg('heroicon-s-clipboard-document', 'w-4 mr-2')
|
|
<span class="">{{ __('filament-breezy::default.clipboard.link') }}</span>
|
|
</a>
|