How to show multiple alerts on the screen?
-
Under some conditions my application must show more than one alert at the time, Iām trying to do it in a way that works but they always come out one on top of the other and the last to come out covers all the others.
I see that the same thing happens in the documentation
Generally for web applications I use uikit framework and there is a notification that works just like I would expect my alert to work.
This is what I need to do with the alerts.
Thanks for reading, I hope someone can help me
-
Try using v0.15
Here is a fiddle. Try clicking multiple times to show multiple notifications at the same time
-
Oh, hehehehe, I think I broke into a question about version 0.15 in another topic.
I found this, but I already have a project started in version 0.14.6, I installed this version using npm and I do not know if have to start from scratch if I clone the repository in github or can simply update using npm.
-
There are breaking changes so it takes some work to migrate it, but worth it