emmanuelsw / notiwind

A headless Vue 3 notification library to use with Tailwind CSS.
https://notiwind-demo.netlify.app
MIT License
277 stars 28 forks source link

maxNotifications to be applied immediately #40

Closed Tamas-hi closed 1 year ago

Tamas-hi commented 1 year ago

Hi there,

I really enjoy this library, however I have an issue with the current way the maxNotifications prop works. If I set it to one, I would like only one notification to pop up.

Currently, many more appear for a moment and then they fade away leaving the only one behind. Is there anyway we can make maxNotifications to completely prevent adding additional notifications even for a split second?

Thank you!

emmanuelsw commented 1 year ago

Fixed #41