sbx-react-notify
v1.0.42
Published
sbx-react-notify
Downloads
174
Readme
Notify module
Notify module
Requirements
- node >= 4.1
- sbx >=0.3.55
Core dependencies
package 'sbx-react-core' must be installed
- emitter ('sbx-react-core')
Installation
$ sbx install sbx-react-notify
Use plugin
import { Emitter } from 'sbx-react-core';
import Notifications from 'sbx-react-notify';
//add to React router list to main.js
<Notifications/>
//send notify success
Emitter.emit('notify:push', {
status: 200,
message: `Message`
});
Developers
- Viktor Fisher
- Vladislav Fischer
FAQ
License
The MIT License (MIT)
Copyright (c) 2019 Sobix Group LLC