1.0.6 • Published 4 years ago

@ewtd/ewt-icon v1.0.6

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

USAGE

Install

$ npm i @ewtd/ewt-icon

demo

import Icon from '@ewtd/ewt-icon';

<Icon type="info" />

API

参数说明类型默认值
typeicon 类型(info warning success arrow-right close error triangle-down triangle-up)string-
className添加自定义classstring''
style自定义样式object{}
prefixCls样式名前缀stringewt-icon