文件名称:react-redux-notify:使用React和Redux构建的简单而灵活的通知组件
文件大小:121KB
文件格式:ZIP
更新时间:2024-05-22 14:05:49
notifications react redux notification-component react-notifications
react-redux-notify 一个简单而灵活的通知组件,该组件由React和Redux以及为React和Redux构建,并受Atom编辑器的通知的启发。 演示版 现场演示: 概述和安装 React redux notify是一个简单而灵活的组件,用于显示通知。 您可以简单地在应用程序中包含该组件并使用默认设置,也可以选择以多种不同方式自定义它。 最简单的启动和运行方法是通过npm安装它。 npm install react - redux - notify -- save 注意:版本^ 4.0.0需要react@^16.0.0,版本3.xx及更低版本支持react @> = 15.3.0,但没有门户网站支持。 之后,您可以导入组件和默认样式以供使用: import 'react-redux-notify/dist/ReactReduxNotify.css' ; 样式只
【文件预览】:
react-redux-notify-master
----.eslintrc(532B)
----.babelrc(391B)
----package.json(4KB)
----index.html(21B)
----package-lock.json(467KB)
----src()
--------utils.js(209B)
--------index.js(975B)
--------components()
--------modules()
----examples()
--------index.html(15KB)
----LICENSE.md(1KB)
----.gitignore(58B)
----webpack.config.js(3KB)
----.circleci()
--------config.yml(822B)
----README.md(11KB)
----.eslintignore(21B)
----scripts()
--------jest()