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-blue-600': toastType === 'info',
'bg-yellow-500 text-gray-900': toastType === 'warning'
}"
x-text="toast">