1.17.0 • Published 6 years ago

nw-toast v1.17.0

Weekly downloads
33
License
-
Repository
-
Last release
6 years ago

nw-toast

toast组件

安装

$ yarn add nw-toast

API

import toast from 'nw-toast';

toast(options)

显示toast

  • options: required Object 选项
    • text: required String 内容
    • delay: required Number 多久后隐藏,单位为毫秒,默认2000
import toast from 'nw-toast';

toast({
    text: '你好',
    delay: 3000
});
import Toast from 'nw-toast/es/toast';

Toast类,可以继承后再做自定义

1.17.0

6 years ago

1.14.10

6 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago