Skip to content

lagden/Notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifications

It is a plugin that show notification like Growl

Installation

bower install notifications

Usage

AMD

require(['notifications'], function(notifications) {

    'use strict';

    var growl = notifications();
    for(var i=-1; ++i < 10;)
        growl.notifica('Count...', i);
});

Global

var growl = new Notifications({duration: 5000});

for(var i=-1; ++i < 10;)
    growl.notifica('Count...', i);

Author

Thiago Lagden

About

It is a plugin that show notification like Growl

Resources

Stars

Watchers

Forks

Packages

No packages published