/NotiFy

Simple Notification for Web

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

NotiFy

Simple Notification for web, there three types of Notification - success,warning,error

Demo

You can see the demo on codepen

Installation

`npm i @aponahmed/notify`

Uses

import Notification from "@aponahmed/notify";

new Notification({
    type:"success",
    message: "This is a success message via Notification",
    timeout:3000 // Default timeout 6 second or 6000ms, if not `success` notification then it will multiply by 2
});