# 图标按钮(Icon Button)
图标按钮组件
# 基础用法
vue <template> <dof-icon-button></dof-icon-button> </template>
# Attributes
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
active** | Boolean | N | false | - |
color** | String | N | '' | - |
activeColor** | String | N | '' | - |
textColor** | String | N | '' | - |
touchColor** | String | N | '' | - |
isLoading** | Boolean | N | false | - |
loadingImg** | String | N | 'black' | - |
activeImg** | String | N | '' | - |
round** | Boolean | N | true | - |
text** | String | N | '' | - |
isShowTriangle** | Boolean | N | false | - |
borderColor** | String | N | '' | - |
activeBorderColor** | String | N | '' | - |
isHapticFeedback** | Boolean | N | false | - |
btnSize** | Number | N | 96 | - |
imgSize** | Number | N | 96 | - |
loadingImgSize** | Number | N | 0 | - |
disabled** | Boolean | N | false | - |
isPlain** | Boolean | N | false | - |
iconFont** | Object | N | () => ({ | - |
activeIconFont** | Object | N | () => ({ | - |
needDarkMode** | Boolean | N | false | - |