Notus - Web Popup Notifications
February 23, 2016
Yet another non-blocking, pop-up notification library for the web, strictly without jQuery (or any other dependencies).
Overview
I wanted simple notification JS library at my day-job which can be used to show popup/toast notifications with variety of configurations, and does it with one strict requirement; NO external dependencies. Notus is small, it doesn’t rely on any external framework or library, its implementation is rather very simple to understand (and tweak). It relies on modern web standards from core logic to the animations.
Notus is highly customizable, with pure CSS3 animations and supports three different ways to notify; Popup
, Toast
and Snackbar
(with actions).