文件名称:reflux-alerts:React 和 Reflux 中可重复使用的 Flash 消息警报
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-22 19:03:24
JavaScript
这个项目正在进行中。 反流警报 尝试使用 React + Reflux 堆栈实现可重用的 Flash 消息/警报。 内置消息显示遵循 Bootstrap3 的标记约定。 用法 var Alerts = require ( "reflux-alerts" ) ; var MyComponent = React . createClass ( { addAlert : function ( ) { Alerts . add ( < Alerts xss=removed> hello world < / Alerts . Message > ) ; } , render : function ( ) { return < Alerts> ; } } ) ; 因为警报是任何有效的组件,您还可以传递自己的自
【文件预览】:
reflux-alerts-master
----.travis.yml(139B)
----README.rst(749B)
----config()
--------preprocessor.js(191B)
----index.js(35B)
----package.json(940B)
----gulpfile.js(261B)
----src()
--------store.jsx(731B)
--------AlertMessage.jsx(808B)
--------index.jsx(182B)
--------__tests__()
--------Alerts.jsx(469B)
--------actions.jsx(120B)
----.gitignore(20B)