Shopfloor — přihlášení
CZ
toast = '', 4000)"
class="fixed bottom-4 right-4 z-50 px-6 py-3 rounded-lg shadow-lg text-white text-sm"
:class="{
'bg-green-600': toastType === 'success',
'bg-red-600': toastType === 'error',
'bg-yellow-500 text-gray-900': toastType === 'warning'
}"
:style="toastType === 'info' ? 'background:var(--flx-blue)' : ''"
x-text="toast">