icon是图标组件
属性 |
类型 |
默认值 |
必填 |
说明 |
type |
string |
是 |
icon的类型,有效值:success, success_no_circle, info, warn, waiting, cancel, download, search, clear |
|
size |
number/string |
23 |
否 |
icon的大小 |
color |
string |
否 |
icon的颜色,同css的color |
使用方法:
默认的颜色及尺寸:<icon type="success"></icon>
改变颜色及尺寸:<icon type="success" size="50" color="blue"></icon>