4.6.201909241603 • Published 5 years ago

@dfeidao/fd-am000031 v4.6.201909241603

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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');

图例

示例