有什么方法可以react-toastify
与 Reactstrap 的Toast
组件或 Bootstrap 4toast
类一起使用吗?这是我当前的配置:
import { toast } from 'react-toastify'
toast.configure({
toastClassName: 'toast', // Bootstrap class
bodyClassName: 'toast-body', // Another Bootstrap class
});
需要明确的是,我正在使用以下库:
- 反应烤面包:https ://github.com/fkhadra/react-toastify
- Reactstrap:https ://reactstrap.github.io
我真的很希望能够将此组件用作 Toast: