Skip to content

Elhebert/Cyclops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyclops

A simple notification system for Cyclops.

Cyclops

Usage

let notif = new Cyclops({
	'selector', 'choose your selector'
});

notif.info('Info', 'Information Message');
notif.success('Success!', 'Great, you a re register');
notif.warning('Warning', 'Oh oh, you are not allowed here !');
notif.error('Error !', 'An error has occured !');

CSS Classes

You will need to stylise the following classes:

  • .info : Information
  • .success: Success
  • .warning: Warning
  • .error: Error

License

Released under the MIT License. See the bundled LICENSE file for details.

About

A simple notification system with es6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%