Browse Source

add tip title before icon font method

pull/11999/head
HeskeyBaozi 6 years ago
committed by 偏右
parent
commit
866ff008bb
  1. 4
      components/icon/index.en-US.md
  2. 3
      components/icon/index.zh-CN.md

4
components/icon/index.en-US.md

@ -85,7 +85,9 @@ The following properties are available fot the component:
| style | The computed style of the `svg` element | CSSProperties | - |
### Icon.createFromIconfontCN(options)
#### Use custom icon with iconfont.cn
##### Icon.createFromIconfontCN(options)
This method is specified for [iconfont.cn](http://iconfont.cn/).

3
components/icon/index.zh-CN.md

@ -89,8 +89,9 @@ ReactDOM.render(
| className | 计算后的 `svg` 类名 | string | - |
| style | 计算后的 `svg` 元素样式 | CSSProperties | - |
#### 使用 iconfont.cn 的自定义图标
### Icon.createFromIconfontCN(options)
##### Icon.createFromIconfontCN(options)
这个方法适用于 `iconfont.cn` 的用户

Loading…
Cancel
Save