文件名称:react-toast-notifications:react用于响应的Toast通知系统
文件大小:355KB
文件格式:ZIP
更新时间:2024-02-26 15:51:08
notifications react toast snackbar toast-notifications
React吐司通知 一个可配置,可组合的敬酒通知系统,用于做出React。 安装 yarn add react-toast-notifications 利用 在ToastProvider包装您的应用程序,该应用程序为Toast后代提供了上下文。 import { ToastProvider , useToasts } from ' react-toast-notifications ' const FormWithToasts = () => { const { addToast } = useToasts () const onSubmit = async value => {
【文件预览】:
react-toast-notifications-master
----.gitignore(119B)
----README.md(6KB)
----examples()
--------src()
----LICENSE(1KB)
----package.json(2KB)
----src()
--------ToastContainer.js(1KB)
--------ToastElement.js(7KB)
--------ToastController.js(3KB)
--------icons.js(2KB)
--------types.js(748B)
--------colors.js(3KB)
--------index.js(225B)
--------utils.js(279B)
--------ToastProvider.js(7KB)
----.babelrc(166B)
----index.js(33B)
----.flowconfig(58B)
----index.d.ts(3KB)
----.npmignore(51B)
----webpack.config.js(954B)
----yarn.lock(253KB)