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.
https://notiflix.github.io
MIT License
635 stars 55 forks source link

[FEAT] - is the Notify can remove? #79

Closed langziyang closed 10 months ago

langziyang commented 10 months ago

like Loading.remove() but need specify id;

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

then Notify.remove('some_id')

furcan commented 10 months ago

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