Installation

Prerequirements

The library uses FontAwesome 5 as icons source by default, so you have 3 options:

NPM

npm i awesome-notifications

Browser

Download index.var.js and style.css, then add its path to your html:

<head>
  <link rel="stylesheet" href="path/to/style.css"></link>
  <script src="path/to/index.var.js"></script>
</head>