Toast 为一款基于react的移动端轻提示组件
git clone https://github.com/Lzzzzzq/Toast.git
cd Toast
npm install
npm run dev
type 的值可以为 msg | loading | success | fail | offline
msg 即弹出框中所显示的提示内容
duration 为弹出框存留的时间,如不设置,则为1500ms
typeStatus 在 type 为 loading 时使用,typeStatus 为 1 时正在加载,typeStatus 为 2 时加载完毕
具体使用方法可以查看example