bee-svgicon
v0.0.2
Published
svgicon ui component for react
Downloads
108
Maintainers
Readme
bee-svgicon
react bee-svgicon component for tinper-bee
使用方法
import SvgIcon from 'bee-svgicon';
import 'bee-svgicon/build/SvgIcon.css';
API
|参数|说明|类型|默认值| |:---|:-----|:----|:------| |className|自定义类名|string|-| |type|图标类型。遵循图标的命名规范|string|-| |component|控制如何渲染图标,通常是一个渲染根标签为 的 React 组件,会使 type 属性失效|ComponentType|-|
开发调试
$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/bee-svgicon
$ cd bee-svgicon
$ npm install
$ npm run dev