zarm icon indicating copy to clipboard operation
zarm copied to clipboard

基于 React 的移动端 UI 组件库

Results 32 zarm issues
Sort by recently updated
recently updated
newest added

PR: unreviewed

- picker - picker-view

PR: draft

### Discussed in https://github.com/ZhongAnTech/zarm/discussions/662 v3 版本分支:[feature](https://github.com/ZhongAnTech/zarm/tree/feature) Originally posted by **JeromeLin** June 21, 2021 ### 全面重构函数组件 > 重构为函数组件,完善组件 ref 定义,完善组件 ts 类型定义 - [x] ActionSheet @dominicleo - [x] ActivityIndicator @mrdulin -...

iteration-plan

### Description Explain the issue you met, and describe what you expected to be. ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...] ### Error...

👀 need reproduce

## 描述 Zarm 实现过程中, 如 Button 组件使用了 `Promise.finally` 等 api, 可能会有低版本浏览器兼容问题, 导致运行代码逻辑执行失败或者报错, 如何解决此问题 ## 方案 ### 方案 1 无论是否使用到该组件或者功能, 一律在 zarm 入口处添加依赖的 api 的 polyfill ### 方案 2 文档表格标明 :...