Skip to content

Icon 图标

内置一组常用图标,亦可对接自定义 iconfont。

内置图标

内置图标
组件库自带的轻量级 SVG 图标,作为 CSS 背景图渲染,可在所有小程序平台使用。

尺寸

尺寸
size 接受数字(rpx)或任意 CSS 尺寸字符串。

自定义 iconfont

通过 customPrefix 接入第三方 iconfont 类名:

vue
<sky-icon name="like" custom-prefix="iconfont icon-" />

API

Props

属性说明类型默认值
name图标名(内置 / iconfont 后缀)string
color颜色string
size尺寸string | number
custom-prefix自定义 iconfont class 前缀string

Events

事件说明
click点击触发

Released under the MIT License.