All Projects → tarojsx → ui

tarojsx / ui

Licence: MIT license
We reinvent the UI for taro3+

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ui

taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+10.42%)
Mutual labels:  weixin, taro, taro-ui
taroCloud
记日常、GitHub trending资讯小程序 taro-hooks + rematch+云开发
Stars: ✭ 25 (-47.92%)
Mutual labels:  wx, taro, taro-ui
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+139.58%)
Mutual labels:  taro, taro-ui, taro3
elf-taro
Taro 小程序 脚手架 (Taro 3 + Dva + Typescript + Immer) - 内置 Redux 计数器, 异步数据请求 与 腾讯小程序地图 demo
Stars: ✭ 61 (+27.08%)
Mutual labels:  taro, taro-ui
TaroCreator
微信小程序 小程序模板 小程序可视化设计工具 Taro Taro UI
Stars: ✭ 60 (+25%)
Mutual labels:  taro, taro-ui
taro-weapp
🎮一款提供餐桌,酒桌上小游戏的小程序。
Stars: ✭ 28 (-41.67%)
Mutual labels:  taro, taro-ui
taro2-to-3
让 Taro2 项目自动升级到 Taro3 项目⚒️。
Stars: ✭ 31 (-35.42%)
Mutual labels:  taro, taro3
gangxiaoer-taro
博雅塔小程序,基于Taro的版本,同步发布百度小程序,支付宝小程序。
Stars: ✭ 16 (-66.67%)
Mutual labels:  taro, taro-ui
taro-template
可用于生产环境的taro项目模版,技术栈:taro + taro-ui + typescript + dva / mobx + sass,无需过多关注项目配置,预置功能包括但不限于页面/组件/store/service模版一键生成/编译自动生成路由列表和组件入口/代码规范强制检查/请求拦截封装/小程序CI等,实现多端项目的高效快速开发。目前已有1.x / 2.x / 3.x 版本。
Stars: ✭ 59 (+22.92%)
Mutual labels:  taro, taro-ui
taroWxParse
taro框架wxParse纯净封装组件,来源于项目实战,随下随用
Stars: ✭ 24 (-50%)
Mutual labels:  taro, taro-ui
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+1522.92%)
Mutual labels:  weixin, wx
Taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
Stars: ✭ 30,230 (+62879.17%)
Mutual labels:  weixin, taro
taroify
Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
Stars: ✭ 420 (+775%)
Mutual labels:  taro, taro-ui
Wechat Django
WeChat-Django旨在为接入微信公众平台的django开发者提供便捷的微信功能封装及最基本的后台管理支持
Stars: ✭ 143 (+197.92%)
Mutual labels:  weixin, wx
Wxread Webautoreader
微信读书自动阅读器,全自动刷阅读时长,轻轻松松冲顶霸榜,您的微读挂机好帮手
Stars: ✭ 138 (+187.5%)
Mutual labels:  weixin, wx
Cleanupwechatzombiefans
auto.js脚本,Android自动化,清理微信僵尸粉
Stars: ✭ 155 (+222.92%)
Mutual labels:  weixin, wx
wechat-page-sharing
Wordpress微信分享插件:你可以控制Wordpress页面的微信分享内容,包括Url、标题、图片和内容。
Stars: ✭ 21 (-56.25%)
Mutual labels:  weixin
go-wechat
💥weixin、wechat、微信公众平台、企业微信 golang/go sdk
Stars: ✭ 18 (-62.5%)
Mutual labels:  weixin
wx-domain-test
微信域名防封系统 实时检测 自动切换域名 消息提醒
Stars: ✭ 71 (+47.92%)
Mutual labels:  weixin
fim
flutter写的IM移动客户端
Stars: ✭ 55 (+14.58%)
Mutual labels:  weixin

Taro3 UI

我们重新(zào)发(lún)明(zi) Taro UI

Built with 💜 by @Colder and Contributors
🌟 👀 💥

当前代码提交频繁, 一些特性时有变化.

Taro3 释放了 React 的潜能, 是时候对 Taro UI 进行改进了.

特性

  • 🔌 一键安装, 使用上尽可能向后兼容.

  • 🎬 复用 taro-ui 样式, 不改变组件外观.

  • 🐙 扩展性更强, 许多原本只能传入字符串的地方, 现在可以传入组件了.

  • 🔎 完善的 Typescript 类型提示.

  • 🎁 开箱即用, 只需引入组件即可, 无需单独引入样式, 支持 Tree shaking.

  • 🔭 未来计划引入更多常用的基础组件.

需求

  • taro 3+
  • react 16.8+

安装

npm i @tarojsx/ui

使用

import React from 'react';
import { Text } from '@tarojs/components';
import { List, ListHeader, ListItem } from '@tarojsx/ui';

export default () => {
  return (
    <List>
      <ListHeader title="Taro3 UI" />
      <ListItem title="版本" extra={<Text>0.2.0</Text>}>
        我们重新(zào)发(lún)明(zi)了 Taro UI
      </ListItem>
    </List>
  );
};

组件

源于 Taro UI

  • Accordion
  • ActionSheet
    • 子组件
  • ActivityIndicator
  • Article
  • Avatar
  • Badge
  • Button
  • Calendar
    • Swipe 操作
  • Card
  • Checkbox
  • Countdown
  • Divider
  • Drawer
  • Fab (已合并入 Button)
  • Flex (使用率不高)
  • FloatLayout
  • Form
  • Grid
  • Icon
  • ImagePicker
  • Indexes
  • Input
  • InputNumber
  • List
  • ListItem
  • Loading
  • Loadmore
  • Message
  • Modal
  • NavBar
  • Noticebar
  • Pagination
  • Picker
  • Progress
  • Radio
  • Rate
  • SearchBar
  • SegmentedControl
  • Slider
  • Steps
  • SwipeAction
  • Swiper
  • Switch
  • TabBar
  • Tabs
    • Swipe 操作
  • TabsPane
    • Swipe 操作
  • Tag
  • Textarea
  • Timeline
  • Toast

扩展组件

支持

欢迎各种形式的支持. 至少可以给颗星

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].