0.1.14 • Published 7 years ago
@mistong/eui-icon v0.1.14
USAGE
Install
$ npm i @mistong/eui-icondemo
import Icon from '@mistong/eui-icon';
<Icon type="info" />API
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| type | icon 类型(info warning success arrow-right close error triangle-down triangle-up) | string | - |
| className | 添加自定义class | string | '' |
| style | 自定义样式 | object | {} |
| prefixCls | 样式名前缀 | string | eui-icon |