AponAhmed / NotiFy

Simple Notification for Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
});

About

Simple Notification for Web

License:GNU General Public License v3.0


Languages

Language:JavaScript 71.3%Language:SCSS 28.7%