1.0.3 • Published 1 year ago

@aponahmed/notify v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.3

1 year ago

0.0.3

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago