SvgIcon
issue

何时使用

SVG 图标

如何使用

import SvgIcon from 'bee-svgicon';
import 'bee-svgicon/build/SvgIcon.css';

能力特性

API

参数 说明 类型 默认值
className 自定义类名 string -
type 图标类型。遵循图标的命名规范 string -
component 控制如何渲染图标,通常是一个渲染根标签为 的 React 组件,会使 type 属性失效 ComponentType -

注意事项

暂无

更新日志

  • v0.0.1 2019-11-01 ( release地址 )

    • bee-svgicon @0.0.1
      • [Feature]新增 SVG图标组件。