0.4.0 • Published 7 years ago

notice.js v0.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Notice.js

npm.io

A beautiful and modern, yet fully customizable notification library.

Download & Install

  • You can quickly install Notice.js via NPM:
npm install notice.js --save
bower install notice.js --save

Link styles

<link rel="stylesheet" href="dist/noticejs.css" />

Add scripts

<script src="dist/notice.js"></script>

Usage

Basic:

new NoticeJs({
    text: 'Notification message',
    position: 'topLeft',
}).show();

With animation:

Supports css animations, animate.css

new NoticeJs({
    text: 'Notification message',
    position: 'topLeft',
    animation: {
        open: 'animated bounceInRight',
        close: 'animated bounceOutLeft'
    }
}).show();
0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago