1 Star 3 Fork 0

LeoYang / KuView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
LeoYang 提交于 2024-02-18 14:36 . icon图标组件complete

Icon 图标组件

App(vue) App(nvue) H5 小程序
微信

基本使用

通过slot传入内容

<template>
    <ku-icon name="home" color="red" size="35rpx"></ku-icon>
</template>

API

Props

参数 说明 类型 默认值 可选值
name 图标标识 String - -
size 图标大小 Number|String medium min、max、其他尺寸)
color 图标颜色 String normal primary、success、warning、error、其他十六进制颜色和命名颜色
customStyle 自定义样式 Object - -
1
https://gitee.com/louie_gk/KuView.git
git@gitee.com:louie_gk/KuView.git
louie_gk
KuView
KuView
master

搜索帮助