Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 222 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 222 Bytes

一款轻量的 toast 工具

安装

npm install syk-toast

使用

import { toast } from 'syk-toast';

toast.log('提示')
toast.success('成功');
toast.warning('警告');
toast.error('错误');