kbone-ui icon indicating copy to clipboard operation
kbone-ui copied to clipboard

kbone-ui 是一套能同时支持 小程序(kbone) 和 vue 框架开发的多端 UI 库(PS:新版 kbone-ui 已出炉并迁移到 kbone 主仓库,此仓库仅做旧版维护之用)

Results 27 kbone-ui issues
Sort by recently updated
recently updated
newest added

我看了下kbone-ui的源码,确实没有增加scroll-view的下拉刷新

### 1. 目前发现 `radio` 和 `checkbox` 样式 h5 和小程序中表现不一致 - **h5 中的 checkbox 和 radio 组件** ![image](https://user-images.githubusercontent.com/17087920/93576924-06bf4900-f9ce-11ea-977f-7eeb951857be.png) - **小程序中的 checkbox** ![image](https://user-images.githubusercontent.com/17087920/93577100-35d5ba80-f9ce-11ea-9a78-cecf2d848251.png) - **小程序中的 radio** ![image](https://user-images.githubusercontent.com/17087920/93577192-53a31f80-f9ce-11ea-906a-6910e56a103b.png) ### 2. `picker` 组件目前只有 `picker-view`...

我看 https://wechat-miniprogram.github.io/kbone/docs/ui/intro/quickstart.html 文档里面按需引入所需组件的时候,还需要要么引入所有的样式(即使只用到了其中一两个组件,希望可以仅仅引入所需组件的样式),另外按需引入的时候还需要单独引入样式(目前是所有的样式),如果按需引入较多组件,又或者按需引入的组件经常变化,需要同时维护js和css的引入,有些不方便。 可以参考 antd ( https://ant.design/docs/react/getting-started-cn#%E6%8C%89%E9%9C%80%E5%8A%A0%E8%BD%BD ) 、vuetify ( https://vuetifyjs.com/en/features/treeshaking/#required-styles ) 等实现方式,通过 loader ( https://github.com/ant-design/babel-plugin-import, https://github.com/vuetifyjs/vuetify-loader ) 插件,代码中只需要引入js组件,相关联的css就可以自动引入,可以非常智能的针对按需引入或者全部引入。

有部分控件导出是undefined,这个怎么vue.use? ![图片](https://user-images.githubusercontent.com/22443142/87618889-80785380-c74d-11ea-80eb-baf2edca1cea.png) ![图片](https://user-images.githubusercontent.com/22443142/87618945-9ab23180-c74d-11ea-8b9a-2ad69a346e8b.png) ![图片](https://user-images.githubusercontent.com/22443142/87619682-5b84e000-c74f-11ea-9b20-f6960ed62fd9.png) ![图片](https://user-images.githubusercontent.com/22443142/87619723-70617380-c74f-11ea-920e-0e5688371299.png)

npm run build后,打开html页面,显示的是一个空页面 ![image](https://user-images.githubusercontent.com/39261698/84994281-0c15b900-b17d-11ea-9fa7-ca265db9977b.png) ![image](https://user-images.githubusercontent.com/39261698/84994325-1b950200-b17d-11ea-85f9-2c36795db6f1.png)

vue 2.6.11, kbone-ui 0.6.2 ```vue {{item}} 这段话不会在小程序里显示 在构建的时候就会被 vue-improve-loader 给干掉了 这段话也不会在小程序里显示 在构建的时候就会被 reduce-loader 给干掉了 这段话也不会在小程序里显示 在渲染时会被样式隐藏 import Vue from 'vue' import Header from '../common/Header.vue' import Footer from '../common/Footer.vue' import Web...

help wanted

clearable清除只会清除显示的数据,不会清除绑定数据

在 web 模式下 KSwiperItem 未渲染 `transform` 导致样式错误

![1591248484224](https://user-images.githubusercontent.com/22838956/83720043-dfd14700-a66a-11ea-8f42-1df1c3aa2f7f.jpg) web端初始位置无效,小程序正常

bug

npm install kbone-ui ``` npm install kbone-ui ✹ ✭main npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @typescript-eslint/[email protected] npm ERR! Found: [email protected]...