⚡ Partidos en Vivo
China
•
CBA
USA
•
NBA W
USA
•
NBA
USA
•
NBA W
USA
•
NBA W
toast.show = false, 2500)"
x-show="toast.show"
x-transition:enter="transition ease-out duration-200"
x-transition:enter-start="opacity-0 translate-y-[-8px]"
x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-200"
x-transition:leave-start="opacity-100 translate-y-0"
x-transition:leave-end="opacity-0 translate-y-[-8px]"
class="fixed bottom-6 left-1/2 -translate-x-1/2 z-[100] px-6 py-3 rounded-xl text-base font-semibold shadow-2xl pointer-events-none"
:class="toast.type === 'warning' ? 'bg-yellow-500/20 text-yellow-300 border border-yellow-500/30' : 'bg-emerald-500/20 text-emerald-300 border border-emerald-500/30'"
x-text="toast.msg">