react toast notifications:react用于响应的Toast通知系统 源码
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 => {
下载地址
用户评论