Skip to content

compose-ui/notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Notification

Notification dispatch and presentation

Usage

var notify = require('compose-notification')

notify(message)

Uses the 'normal' type of notification.

notify('Hello world.')

notify(type, message)

Uses the specified type of notification.

notify('Hello world.', 'success')

notify.success, notify.error, notify.action, notify.normal

Helper functions that do exactly what they say they do.

About

Notification dispatch and presenter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors