Nextjs Toast Notify

npm install nextjs-toast-notify
yarn add nextjs-toast-notify

Posiciones Toast

Tipos de Toast

Tipos de Transición Toast

Sonido Toast

Progress Toast

jsx
1toast.success("¡La operación se realizó con éxito!", {
2    duration: 4000,
3    progress: true,
4    position: "top-right",
5    transition: "bounceIn",
6    icon: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check"><path d="M20 6 9 17l-5-5"/></svg>',
7    sonido: true,
8  });