Simple Notifications

Why?

We needed a light and simple notifications system with two kinds of possible behavior. Some notifications should close themselves without any action from the user. Some require clicking on the close button. All closed notifications should be removed from the DOM. The notifications may be on the page when it loads or may be added at any other moment.

We don't use any JavaScript library but this demo uses BULMA css framework.You can disable BULMA styles in the panel at the bottom of the page.

Behavior
Type