1.0.1 • Published 3 years ago

@callisto2410/notify v1.0.1

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

Notify

The implementation of simple notifications.

Installation

To install:

npm install --save-dev @callisto2410/notify

Usage

TypeScript with Webpack:

import "./node_modules/animate.css/animate.css";

import "@callisto2410/notify/dist/notify.css";

import Notify from "@callisto2410/notify";

Notify.defaults = {
    duration: 15000,
}

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