# Cube-Icon

# 介绍

内置图标,使用的时候只需要加入对应的类名即可。

# 示例

# 基础用法

改变type类名渲染不同的图标,如:like、coin等。

收起
<cube-icon type="{{type}}" />
1

# Props

参数 说明 类型 可选值 默认值
themeType 用于生成最外层类名 如原类名为 cube-component,添加 themeType = demo 后,类名变为 cube-component cube-component-demo String - -
type 图标类型(自动添加cubeic-前缀) String 图标 Icon,更多选择参见内置 Icon (opens new window) -
color 图标颜色 String - -
size 图标大小 Number - -

# Events

事件名 说明 参数
click 点击图标时触发 -