文件名称:react-alerts-plus:React警报
文件大小:488KB
文件格式:ZIP
更新时间:2024-04-16 03:46:12
react alerts alert reactjs plus
React警报加 在指定的位置和持续时间内显示警报。 您很可能希望传递自己的自定义警报组件以与库一起使用,请参见下文。 该库受 库的影响。 我喜欢他所做的事情,但该项目似乎不再受支持,我想要一些不同的东西。 随时检查他的图书馆,也许它会更好地满足您的需求。 否则请继续阅读... 安装: yarn add react-alerts-plus 或者 npm install react-alerts-plus 用法:在提供程序中包装您的应用程序: import { AlertProvider } from 'react-alerts-plus' ; class MyApp extends React . Component { render ( ) { return ( < AlertProvider> < App> < / Al
【文件预览】:
react-alerts-plus-develop
----.prettierignore(17B)
----.circleci()
--------config.yml(1KB)
----.gitignore(2KB)
----cypress.json(79B)
----README.md(14KB)
----commitlint.config.js(69B)
----examples()
--------MyAlert.js(3KB)
--------index.js(9KB)
--------index.html(187B)
----LICENSE(1KB)
----husky.config.js(122B)
----cypress()
--------support()
--------fixtures()
--------e2e()
--------plugins()
--------videos()
----package.json(3KB)
----prettier.config.js(138B)
----src()
--------__mocks__()
--------getPositionStyles.js(2KB)
--------AlertContext.js(72B)
--------AlertTemplates.js(662B)
--------AlertContainer.js(843B)
--------AlertProvider.js(8KB)
--------index.js(148B)
--------Alert.js(3KB)
--------CustomAlerts()
--------test-utils()
--------AlertProvider.test.js(7KB)
--------AlertWrapper.js(459B)
----renovate.json(388B)
----.babelrc(225B)
----jest.config.js(307B)
----.eslintignore(33B)
----.editorconfig(236B)
----webpack.config.js(1KB)
----yarn.lock(568KB)
----.eslintrc.js(312B)
----lint-staged.config.js(171B)