文件名称:react-toasted-notifications:用于React JS的React钩子基础Toast通知包
文件大小:346KB
文件格式:ZIP
更新时间:2024-06-13 06:39:18
notifications react hooks styled-components toastr
使用挂钩React烤的通知。 安装: npm i react-toaster-notification --save # or yarn add react-toaster-notification 配置 在应用程序的根目录上。 import { Notification } from "../src/" ; // rest of the import const App = ( props ) => { return ( < Router> < App> < Notification> < / Router > ) ; } ; 当您想使用通知时。 import { useNotification } from "../src/" ; // rest of the import export const Impleme
【文件预览】:
react-toasted-notifications-master
----.storybook()
--------main.js(191B)
--------preview.js(74B)
----.gitignore(527B)
----stories()
--------index.stories.js(2KB)
----logo()
--------logo1.png(16KB)
--------logo2.png(16KB)
----.github()
--------workflows()
----LICENSE(1KB)
----Readme.md(3KB)
----package.json(2KB)
----Contributing.md(4KB)
----src()
--------ToastArea.jsx(2KB)
--------components()
--------utils()
--------Store.jsx(2KB)
--------index.js(130B)
----.babelrc(62B)
----.npmignore(74B)
----.editorconfig(131B)
----yarn.lock(448KB)
----package-lock.json(506KB)