notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.

Home Page:https://notiflix.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT] - is the Notify can remove?

langziyang opened this issue · comments

like Loading.remove() but need specify id;

Notify.success('message',{
id:'some_id'
})

then
Notify.remove('some_id')

Hello,

The Notify module is designed to be removed automatically after some delay or to be removed after clicking if there is a callback assigned.

I will take your expectations as a note for future major updates.

Thanks,
Furkan