You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
628 B
29 lines
628 B
2 years ago
|
# hd-icon
|
||
|
|
||
|
Icon 图标
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-icon:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|name|图标名称或图片链接|`String`|`false`|-|
|
||
|
|color|图标颜色|`String`|`false`|默认值:#CFD3DB|
|
||
|
|size|图标大小|`String` / `Number`|`false`|-|
|
||
|
|customStyle|自定义样式|`String`|`false`|-|
|
||
|
|classPrefix|自定义类名前缀|`String`|`false`|默认值:fant-icon|
|
||
|
|
||
|
<!-- @vuese:hd-icon:props:end -->
|
||
|
|
||
|
|
||
|
## Events
|
||
|
|
||
|
<!-- @vuese:hd-icon:events:start -->
|
||
|
|Event Name|Description|Parameters|
|
||
|
|---|---|---|
|
||
|
|click|图标被点击时触发|无|
|
||
|
|
||
|
<!-- @vuese:hd-icon:events:end -->
|
||
|
|
||
|
|