2.0.4 • Published 4 years ago

@ordinateio/notify v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Notify

The implementation of simple notifications.

Installation

npm install --save-dev @ordinateio/notify

Usage

import "@ordinateio/notify/dist/index.css";
import {Notify} from "@ordinateio/notify";

let notify = new Notify({
    duration: 20000,
});

notify.success("For example, when designing a brochure or book, a designer ...");
2.0.4

4 years ago

1.0.7

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago