react bee-svgicon component for tinper-bee
import SvgIcon from 'bee-svgicon';
import 'bee-svgicon/build/SvgIcon.css';
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
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