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

一款基于 Taro 框架开发的多端 UI 组件库

Results 193 taro-ui issues
Sort by recently updated
recently updated
newest added

### Taro UI 版本信息 v3.1.0-beta.3 ### 问题描述 如题所诉,在 VSCode、IntelliJ IDEA 等开发环境下,AtCurtain、AtNoticebar、AtList 等组件报类型错误,但可以正常预览、编译。 部分组件,如 SwiperItem、AtGrid 可正常使用不报错 ### 复现步骤 1、taro init 一路默认选项创建项目; 2、将 app.tsx 替换为以下 FC 入口; 3、用 VSCode 打开即可见上述 错误提示; ###...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

## Taro UI 支持 React native内测版本 兼容涉及到操作 DOM 包括 SwipeAction 滑动操作,Accordion手风琴,Indexes索引选择器,Calendar日历四个组件未进行适配,开发者可找第三方的组件,或者贡献自己的代码。 ## 配置 config里rn下面要加 resolve: { include: ['taro-ui'] } ## 动画部分 缺失动画的组件包括,SearchBar搜索栏,Tabs标签页组件,待完善。 ## 非 React Native 部分 非 React Native...

**问题描述** **复现步骤** ```js import React, { Component } from 'react' import Taro from '@tarojs/taro' import { View } from '@tarojs/components' import { AtTabs, AtTabsPane } from 'taro-ui' export default class...

版本:taro-ui 3.1.0-beta.2 form 表单组件提交事件onSubmit,H5就可以正常使用,运行小程序报错, ![image](https://user-images.githubusercontent.com/56161847/179142803-37ef3ffa-e252-420b-8883-8d10524890fb.png) ![image](https://user-images.githubusercontent.com/56161847/179142844-dac41bcf-7110-4074-8869-b61e7e691299.png)

![image](https://user-images.githubusercontent.com/88698337/180677627-997eaa98-6562-4797-af4c-f2d67fab6ca3.png) ![image](https://user-images.githubusercontent.com/88698337/180677656-3d10c344-c40b-4431-b699-5f6a015dbf58.png) src/components/flex中的样式文件是否为多余的,看起来直接从src/style/components/flex引用即可,并且外部引用时也是引用style/components/flex

**问题描述** UI组件 `AtButton` 支付宝环境设置了 openType="getAuthorize" 和 onGetAuthorize={xxx} 时,不触发获取授权事件,taro/components的button可以。 **复现步骤** ```js // js import Taro, { login, checkSession } from "@tarojs/taro"; import { useCallback, useState } from "react"; const getUserInfo =...

### Taro UI 版本信息 v2.3.4 ### 问题描述 我将Taro从1.x升级到2.2.18后,Taro UI的样式全失效了,然后我也升级了Taro UI版本到2.3.4,然后也按照Taro UI的快速上手文档操作了(我搜多到了这个问题:https://github.com/NervJS/taro-ui/issues/536),也还是不行。然后我重新创建了一个Taro项目,然后仅仅只安装了Taro UI,然后在app.scss中加入了@import "~taro-ui/dist/style/index.scss";,然后在入口页面使用了AtButton,然后编译运行后也是一样没有样式的,这个问题已经困扰我很久了,实在是没有别的办法,麻烦你们指导下,谢谢。 ### 复现步骤 因为我是创建的一个新的工程,所以代码很简单,只是在入口页面加了一个AtButton的使用 1.编译运行。 2.进入首页 ### 复现代码 import Taro, { Component } from '@tarojs/taro' import { View,...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...

dependencies