lock.qiu@kerryprops.com 794136f39d feat(KIP-10270): ui问题 hace 2 años
..
components 69affcd2a1 UI优化 hace 2 años
config a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
mixin a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
theme 794136f39d feat(KIP-10270): ui问题 hace 2 años
utils a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
README.md a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
changelog.md a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
index.d.ts a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
index.js a59ab1a7f5 feat: 引入ui-mobile源码 hace 2 años
package.json e297e063b4 更新UI组件库代码 hace 2 años

README.md

ui-mobile

说明

本组件库是基于 uni-app 的移动端组件库。

特性

  • 兼容安卓,iOS,微信小程序,H5
  • 详尽的文档支持,现代化的演示效果
  • 按需引入,精简打包体积

安装

yarn add @kip/ui-mobile

快速上手

使用方法

配置 easycom 规则后,自动按需引入,无需import组件,直接引用即可。

<template>
  <k-button text="按钮"></k-button>
</template>

请通过[快速上手]()了解更详细的内容

链接

  • [官方文档]()
  • [更新日志]()