add tip title before icon font method

This commit is contained in:
HeskeyBaozi 2018-09-02 17:20:28 +08:00 committed by 偏右
parent af95133c5b
commit 866ff008bb
2 changed files with 5 additions and 2 deletions

View File

@ -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/).

View File

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