All Projects → TalkingData → Iview Weapp

TalkingData / Iview Weapp

Licence: other
一套高质量的微信小程序 UI 组件库

Programming Languages

Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Iview Weapp

Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (-59.53%)
Mutual labels:  ui-design, ui-kit, iview, components
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (-94.5%)
Mutual labels:  wechat, weixin, weapp, components
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+289.42%)
Mutual labels:  ui-design, ui-kit, iview, components
Wux Weapp
🐶 一套组件化、可复用、易扩展的微信小程序 UI 组件库
Stars: ✭ 4,706 (-23.42%)
Mutual labels:  weixin, weapp, ui-design
Vue Beauty
Beautiful UI components build with vue and ant design
Stars: ✭ 2,109 (-65.68%)
Mutual labels:  ui-design, ui-kit, components
Xiaochengxu demos
小程序优秀项目源码汇总,每个项目都有图有源码,零基础学微信小程序,小程序表格,小程序视频,小程序视频弹幕,小程序仿天猫大转盘抽奖等源码,小程序云开发,小程序发邮件,小程序支付,微信支付,持续更新。。。
Stars: ✭ 855 (-86.09%)
Mutual labels:  wechat, weixin, weapp
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (-81.24%)
Mutual labels:  wechat, weixin, weapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (-96.99%)
Mutual labels:  wechat, weixin, weapp
Wechat Weapp Movie
🎬电影推荐 - 微信小程序
Stars: ✭ 1,355 (-77.95%)
Mutual labels:  wechat, weixin, weapp
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (-81.14%)
Mutual labels:  wechat, weixin, weapp
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (-96.08%)
Mutual labels:  wechat, weixin, weapp
Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (-95.41%)
Mutual labels:  wechat, weixin, weapp
Wechat sender
随时随地发送消息到微信
Stars: ✭ 474 (-92.29%)
Mutual labels:  wechat, weixin
Weindex
微信相关资源汇总索引
Stars: ✭ 466 (-92.42%)
Mutual labels:  wechat, weixin
Planmaster
套餐助手:手机套餐对比选购小程序
Stars: ✭ 487 (-92.07%)
Mutual labels:  wechat, weixin
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (-92.55%)
Mutual labels:  wechat, weixin
Wechat Weapp Mapdemo
微信小程序开发mapdemo,地图导航、marker标注
Stars: ✭ 491 (-92.01%)
Mutual labels:  wechat, weapp
Weui
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
Stars: ✭ 26,030 (+323.6%)
Mutual labels:  wechat, less
React95
🌈🕹 Refreshed Windows 95 style UI components for your React app
Stars: ✭ 4,877 (-20.63%)
Mutual labels:  ui-kit, components
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-91.54%)
Mutual labels:  wechat, weixin

iView Weapp

一套高质量的微信小程序 UI 组件库

文档

http://inmap.talkingdata.com/wx/index_prod.html

体验

使用微信扫一扫体验小程序组件示例

快速上手

使用之前

在开始使用 iView Weapp 之前,你需要先阅读 微信小程序自定义组件 的相关文档。

如何使用

GitHub 下载 iView Weapp 的代码,将 dist 目录拷贝到自己的项目中。然后按照如下的方式使用组件,以 Button 为例,其它组件在对应的文档页查看:

  1. 添加需要的组件。在页面的 json 中配置(路径根据自己项目位置配置):
"usingComponents": {
    "i-button": "../../dist/button/index"
}
  1. 在 wxml 中使用组件:
<i-button type="primary" bind:click="handleClick">这是一个按钮</i-button>

预览所有组件

我们内置了所有组件的示例,您可以扫描右侧的小程序码体验,或按以下方式在微信开发者工具中查看:

# 从 GitHub 下载后,安装依赖
npm install

# 编译组件
npm run dev

然后,将 examples 目录在微信开发者工具中打开即可。

License

MIT

Copyright (c) 2018-present, TalkingData

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