0.1.0 • Published 7 years ago
@mistong/eui-popconfirm v0.1.0
USAGE
Install
$ npm i @mistong/euidemo
import { EmptyData } from '@mistong/eui';
...
<EmptyData />API
| 参数 | 说明 | 类型 | 默认值 | |
|---|---|---|---|---|
| lang | 语言包类型 | ( zh-cnen) | string | zh-cn | 
| className | 添加自定义class | string | '' | |
| style | 自定义样式 | object | {} | |
| prefixCls | 样式名前缀 | string | eui-empty-data | |
| children | 描述文案 | any | 暂无数据 | |
| icon | 自定义图片 | string | https://yukap6.github.io/images/empty.png | |
| type | 背景图片类型 ( smallmediumlarge) | string | medium | 
0.1.0
7 years ago