react-flasher
v0.0.2
Published
a react notification component, bootstrap style
Downloads
3
Readme
react-flasher
a notification center react component
- bootstrap style
- app-wide notifications management support
usage
$ npm install react-flasher
then you can esay use it in your component
- index.jsx
import ReactFlasher from 'react-flasher';
<div>
<ReactFlasher.Component />
</div>
- then pop out notification from any component with
ReactFlasher.info('hello world');
ReactFlasher.warning('hello world');
ReactFlasher.error('hello world');
ReactFlasher.success('hello world');
LICENSE
MIT