wox-admin-faicon
v1.0.9
Published
wox icon component for admin
Downloads
12
Readme
FaIcon
操作图标组件
API
| 属性 | 说明 | 类型 | 默认值 |
| ---- | ---- | ---- | ---- |
| type | 图标类型 必填
| String | |
| title | hover 图标时显示的文案 | String | |
| style | 自定义样式 | Object | |
Usage
import WoxFaIcon from 'wox-admin-faicon';
ReactDOM.render(<WoxFaIcon type="fa-pencil" title="编辑" style={{margin:'0 10px'}}/>, rootEle);