Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

electerious/basicNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Deprecated] basicNotification

Easy-to-use notification-system for your website or webapp.

Notification Screenshot

Installation

bower install basicNotification

Requirements

basicNotification requires jQuery >= 2.1.0

How to use

Simply include the following files in your HTML:

<link type="text/css" rel="stylesheet" href="bower_components/basicNotification/dist/basicNotification.min.css">
<script async type="text/javascript" src="bower_components/jQuery/dist/jquery.min.js"></script>
<script async type="text/javascript" src="bower_components/basicNotification/dist/basicNotification.min.js"></script>

Show a context-menu by using the following command:

loading = basicNotification.show {
	icon: 'ion-clock'
	text: 'Still loading ...'
	pin: false
}

About

Easy-to-use notification-system for your website or webapp.

Resources

License

Stars

10 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors