文件名称:react-notification-system:完整的React通知系统
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-28 12:52:07
JavaScript
React通知中心 通知中心致力于做出React,并启发Flux调度事件 它准备与Webpack一起使用并由ES6编写。 您应该使用像Babel这样的编译器。 例子 将其添加到页面的根目录: var NotificationCenter = require('react-notification-center'); class MyPage extends React.Component { render() {
...
...
}
}
现在,您可以从所需的组件中使用它:
var NotificationDispatcher = require('react-notification-center').Dispatcher;
class MyComponent extends Rea
【文件预览】:
react-notification-system-master
----lib()
--------NotificationCenter.scss(823B)
--------NotificationDispatcher.js(452B)
--------NotificationCenter.js(3KB)
----README.md(847B)