sbx-react-notify
npm install sbx-react-notifyNotify module
- node >= 4.1
- sbx >=0.3.55
package 'sbx-react-core' must be installed
- emitter ('sbx-react-core')
#### Installation
``bash`
$ sbx install sbx-react-notify
`js
import { Emitter } from 'sbx-react-core';
import Notifications from 'sbx-react-notify';
//add to React router list to main.js
//send notify success
Emitter.emit('notify:push', {
status: 200,
message: Message``
});
The MIT License (MIT)
Copyright (c) 2019 Sobix Group LLC