4.6.201909241604 • Published 5 years ago

@dfeidao/fd-am000030 v4.6.201909241604

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

modal提示信息

Installation

yarn add --dev @dfeidao/fd-am000030

Params

属性描述
message显示的文字信息
position显示的位置 'top'|'center'|'bottom'
text_color显示的文字颜色
background_color提示框的背景颜色
icon_colorloading加载圈的颜色
icon_sizeloading加载圈的大小

Example

样列

import am030 from '@dfeidao/fd-am000030';

c = am030('加载', 'top', '#fff', '#444444', 'blue', 'small');
//调用服务后可以隐藏
c.destroy();

图片展示

示例