1.0.6 • Published 7 years ago

bootnotify v1.0.6

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

bootnotify

An easy way to show Bootstrap Alerts.

Installation

npm install bootnotify

Usage

:tada: See LIVE DEMO for more info.

$('body').bootnotify('Hello!');

$('#notify').bootnotify('Hello!', 'success');

$('#notify').bootnotify('<b>Error!</b>', 'danger', 'top');

$('#notify').bootnotify({
    title: '<i class="fa fa-warning"></i> Warning!',
    message: '...',
    animation: 'slide'
});

$('#notify').bootnotify('Auto hide').delay(2000).slideUp();

LICENSE

MIT

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago