Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Nov 13, 2024
1 parent b288d27 commit c045469
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 46 deletions.
47 changes: 24 additions & 23 deletions src/icon/icon.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,36 @@ if your project is in a no-network scenario, please use on-demand loading of ico

### IconSVG Props

| name | type | default | description | required |
| ---------------- | -------------- | --------- | ------------------------------------------------------- | -------- |
| loadDefaultIcons | Boolean | true | \- | N |
| name | String | - | required | Y |
| size | String | undefined | \- | N |
| style | String | - | html attribute | N |
| url | String / Array | - | Typescript:`string \| Array<string>` | N |
| onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`<br/> | N |
name | type | default | description | required
-- | -- | -- | -- | --
loadDefaultIcons | Boolean | true | \- | N
name | String | - | required | Y
size | String | undefined | \- | N
style | String | - | html attribute | N
url | String / Array | - | Typescript:`string \| Array<string>` | N
onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`<br/> | N

### IconSVG Events

| name | params | description |
| ----- | ------------------------------ | ----------- |
| click | `(context: { e: MouseEvent })` | \- |
name | params | description
-- | -- | --
click | `(context: { e: MouseEvent })` | \-


### Iconfont Props

| name | type | default | description | required |
| ---------------- | -------------- | --------- | ------------------------------------------------------- | -------- |
| loadDefaultIcons | Boolean | true | \- | N |
| name | String | - | required | Y |
| size | String | undefined | \- | N |
| style | String | - | html attribute | N |
| tag | String | i | \- | N |
| url | String / Array | - | Typescript:`string \| Array<string>` | N |
| onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`<br/> | N |
name | type | default | description | required
-- | -- | -- | -- | --
loadDefaultIcons | Boolean | true | \- | N
name | String | - | required | Y
size | String | undefined | \- | N
style | String | - | html attribute | N
tag | String | i | \- | N
url | String / Array | - | Typescript:`string \| Array<string>` | N
onClick | Function | | Typescript:`(context: { e: MouseEvent }) => void`<br/> | N

### Iconfont Events

| name | params | description |
| ----- | ------------------------------ | ----------- |
| click | `(context: { e: MouseEvent })` | \- |
name | params | description
-- | -- | --
click | `(context: { e: MouseEvent })` | \-
47 changes: 24 additions & 23 deletions src/icon/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,35 +75,36 @@ TDesign 支持通过使用 Iconfont 图标,使用时需要单独引入 Iconfon

### IconSVG Props

| 名称 | 类型 | 默认值 | 说明 | 必传 |
| ---------------- | -------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------- | ---- |
| loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N |
| name | String | - | 必需。图标名称 | Y |
| size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N |
| style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N |
| url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.js)。TS 类型:`string \| Array<string>` | N |
| onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`<br/>点击时触发 | N |
名称 | 类型 | 默认值 | 描述 | 必传
-- | -- | -- | -- | --
loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N
name | String | - | 必需。图标名称 | Y
size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N
style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N
url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.js)。TS 类型:`string \| Array<string>` | N
onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`<br/>点击时触发 | N

### IconSVG Events

| 名称 | 参数 | 描述 |
| ----- | ------------------------------ | ---------- |
| click | `(context: { e: MouseEvent })` | 点击时触发 |
名称 | 参数 | 描述
-- | -- | --
click | `(context: { e: MouseEvent })` | 点击时触发


### Iconfont Props

| 名称 | 类型 | 默认值 | 说明 | 必传 |
| ---------------- | -------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---- |
| loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N |
| name | String | - | 必需。图标名称 | Y |
| size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N |
| style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N |
| tag | String | i | 图标 DOM 元素,可选值:i/span/div/... | N |
| url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.css)。也可以在 index.html 中引入图标地址。TS 类型:`string \| Array<string>` | N |
| onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`<br/>点击时触发 | N |
名称 | 类型 | 默认值 | 描述 | 必传
-- | -- | -- | -- | --
loadDefaultIcons | Boolean | true | 是否加载组件库内置图标 | N
name | String | - | 必需。图标名称 | Y
size | String | undefined | 图标尺寸,支持 'small', 'medium', 'large','35px', '3em' 等 | N
style | String | - | HTML 原生属性。可用于设置图标颜色,如:style=\"color: red\" | N
tag | String | i | 图标 DOM 元素,可选值:i/span/div/... | N
url | String / Array | - | 图标地址,地址内容参考[组件内部默认加载图标](https://tdesign.gtimg.com/icon/web/index.css)。也可以在 index.html 中引入图标地址。TS 类型:`string \| Array<string>` | N
onClick | Function | | TS 类型:`(context: { e: MouseEvent }) => void`<br/>点击时触发 | N

### Iconfont Events

| 名称 | 参数 | 描述 |
| ----- | ------------------------------ | ---------- |
| click | `(context: { e: MouseEvent })` | 点击时触发 |
名称 | 参数 | 描述
-- | -- | --
click | `(context: { e: MouseEvent })` | 点击时触发

0 comments on commit c045469

Please sign in to comment.