mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
add tip title before icon font method
This commit is contained in:
parent
af95133c5b
commit
866ff008bb
@ -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/).
|
||||
|
||||
|
@ -89,8 +89,9 @@ ReactDOM.render(
|
||||
| className | 计算后的 `svg` 类名 | string | - |
|
||||
| style | 计算后的 `svg` 元素样式 | CSSProperties | - |
|
||||
|
||||
#### 使用 iconfont.cn 的自定义图标
|
||||
|
||||
### Icon.createFromIconfontCN(options)
|
||||
##### Icon.createFromIconfontCN(options)
|
||||
|
||||
这个方法适用于 `iconfont.cn` 的用户
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user