All Projects → xiaomiwujiecao → taroWxParse

xiaomiwujiecao / taroWxParse

Licence: MIT License
taro框架wxParse纯净封装组件,来源于项目实战,随下随用

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to taroWxParse

ui
We reinvent the UI for taro3+
Stars: ✭ 48 (+100%)
Mutual labels:  taro, taro-ui
TaroCreator
微信小程序 小程序模板 小程序可视化设计工具 Taro Taro UI
Stars: ✭ 60 (+150%)
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 (+145.83%)
Mutual labels:  taro, taro-ui
taroify
Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
Stars: ✭ 420 (+1650%)
Mutual labels:  taro, taro-ui
taro-weapp
🎮一款提供餐桌,酒桌上小游戏的小程序。
Stars: ✭ 28 (+16.67%)
Mutual labels:  taro, taro-ui
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+379.17%)
Mutual labels:  taro, taro-ui
elf-taro
Taro 小程序 脚手架 (Taro 3 + Dva + Typescript + Immer) - 内置 Redux 计数器, 异步数据请求 与 腾讯小程序地图 demo
Stars: ✭ 61 (+154.17%)
Mutual labels:  taro, taro-ui
taroCloud
记日常、GitHub trending资讯小程序 taro-hooks + rematch+云开发
Stars: ✭ 25 (+4.17%)
Mutual labels:  taro, taro-ui
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+120.83%)
Mutual labels:  taro, taro-ui
gangxiaoer-taro
博雅塔小程序,基于Taro的版本,同步发布百度小程序,支付宝小程序。
Stars: ✭ 16 (-33.33%)
Mutual labels:  taro, taro-ui
ChineseBQB-client
🤣 开源表情包小程序
Stars: ✭ 81 (+237.5%)
Mutual labels:  taro
taro-quick-start
Quick start project with Taro & Vue3 & TypeScript.
Stars: ✭ 35 (+45.83%)
Mutual labels:  taro
classmate-map
🧭 一款设计精美、体验优良的地图信息展示小程序,一个更有意思的同学录,可以在小程序中查看班级同学的毕业去向以及地域分布,多联(蹭)系(饭)。
Stars: ✭ 79 (+229.17%)
Mutual labels:  taro
tarojs-router-next
Taro 小程序路由库/自动生成带参数类型提示的路由方法/允许传递任意类型、任意大小的参数数据/同步的路由方法调用/koa体验一致的路由中间件
Stars: ✭ 166 (+591.67%)
Mutual labels:  taro
patrick-wechat
⭐️🐟 questionnaire wechat app built with taro, taro-ui and heart. 微信问卷小程序
Stars: ✭ 74 (+208.33%)
Mutual labels:  taro
my-taro
taro体验开发小程序
Stars: ✭ 14 (-41.67%)
Mutual labels:  taro
mp-framework-benchmark
mp-framework-benchmark
Stars: ✭ 49 (+104.17%)
Mutual labels:  taro
eshop
Taro • 云开发电商小程序示例
Stars: ✭ 70 (+191.67%)
Mutual labels:  taro
taro-best-practices
使用 Taro 开发微信小程序、编译 H5 + React Native 的最佳实践
Stars: ✭ 118 (+391.67%)
Mutual labels:  taro
Taro-sign
Taro 开发的 思政教育签到小程序
Stars: ✭ 27 (+12.5%)
Mutual labels:  taro

组件说明

taro框架wxParse纯净封装组件,来源于项目实战,随下随用

使用方式如下:

  • 组件名称
DescRichText
  • 下载到src/components

  • 父组件引用示例:

import DescRichText from '../../components/DescRichText'
  • 在父组件View中引用 目录为(page/PARENT_COMPONENT.js)
<View>
  <DescRichText desc={detail}></DescRichText>
</View>
  • desc(详情描述) 数据获取
constructor(props) {
  super(props)
  this.state = {
    name: this.props.name,
    detail: '<div>我是div内容</div>'
  }
}
  • 修改子组件数据

    • 文件
    DescRichText.js
    • 修改内容
    componentDidUpdate(){}
  • 样式修改

    阁下可以在本组件的wxparse目录下找到样式文件,然后修改该文件的相关内容即可

  • pull request

    如果阁下已经 fork 并改进了组件,请提交至您的 git 项目,并提交 pull request

  • 问题反馈
    如果阁下遇到了一些小问题,亲直接提交至 issues , 我每天都会检查 gitHubissues

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].