Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessagesStack

MessagesStack provides lighweight notify messages.

Screenshot

How to Use

Simple usage:

JavaScript:

#JS
window.addEvent( 'load', function() {
	var messageStack = new NXC.MessageStack();
	messageStack.showMessage(
		'Test message content',
		'error',
		{ 'hideTimeout': 3000 }
	);
} );

About

Lightweight notify messages

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages