7 lines
300 B
PHP
7 lines
300 B
PHP
<div class="toast hidden fixed top-10 right-5 md:right-10 bg-black text-white rounded-xl shadow-lg p-4 flex space-x-2">
|
|
<p id="toast-message" class="max-w-70 wrap-break-word"></p>
|
|
<x-ui.button-sm onclick="hideToast()">
|
|
<x-heroicon-o-x-mark class="w-4" />
|
|
</x-ui.button-sm>
|
|
</div>
|