cosy-message.js
v1.0.0
Published
Web-based global notification
Downloads
5
Readme
message.js
Web-based global notification.

Installation
npm install message.jsyarn add message.jsUsage
// Import
import message from 'message';
// Call
message.info('Display an informational message.');
message.success('Display a success message.');
message.warning('Display a warning message.');
message.error('Display an error message.');