toast文字提示弹框
Installation
yarn add --dev @dfeidao/fd-am000031
Params
属性 | 描述 |
---|---|
message | 显示的文字信息 |
duration | 显示的时间。时间过后自动消失 |
position | 显示的位置 'top' | 'center' | 'bottom' |
text_color | 显示的文字颜色 |
background_color | 提示框的背景颜色 |
Example
样列
import am031 from '@dfeidao/fd-am000031';
am031('sucess', 1000, 'center', '#ffffff', '#444444');