• Stars
    star
    6,587
  • Rank 6,002 (Top 0.2 %)
  • Language Less
  • License
    Other
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

inmap

大数据地理可视化
JavaScript
2,772
star
2

owl

Distributed monitoring system
Go
838
star
3

Fregata

A light weight, super fast, large scale machine learning library on spark .
Scala
681
star
4

YourView

YourView is a desktop App in MacOS based on Apple SceneKit. You may use it to view iOS App's view hierarchy 3D.
Objective-C
628
star
5

Myna

A context awareness framework for Android platform
Java
157
star
6

owl-frontend

Vue
63
star
7

pecker-c

🐦前端应用异常监控、分析平台
TypeScript
52
star
8

tap2debug

An iOS SpringBoard tweak,double click to start the debug server.
Logos
28
star
9

AppAnalytics_SDK_ReactNative

TalkingData react-native SDK封装层
Objective-C
19
star
10

fsd

CSS
14
star
11

rxloop

rxloop = Redux + redux-observable (Inspired by dva)
JavaScript
10
star
12

Shrike

Docker扁平二层网络工具与Swarm集群管理工具
Go
8
star
13

eago

Distributed internal O&M and it platform, Refactoring by Golang based on micro service.
Go
7
star
14

AppAnalytics_SDK_Unity

C#
7
star
15

AppAnalytics_SDK_Hybrid

Objective-C
6
star
16

magpie

Magpie is a command line tool for deploying and managing Yarn on Docker cluster.
Go
6
star
17

AppAnalytics_SDK_Plugin

一款基于TalkingData AppAnalytics SDK的示例代码生成插件,专注于为开发者提效,使集成TalkingData SDK变得简单高效。
Java
5
star
18

analytics-openapi-example

TalkingData Analytics openapi调用示例
Java
5
star
19

AppAnalytics_SDK_Cordova

Objective-C
4
star
20

TalkingDataSDK_Flutter

Dart
3
star
21

FragmentDemo

Java
3
star
22

t-design

(Inspired by Ant Design Pro)
CSS
2
star
23

flclover

Build better enterprise frameworks and apps with Node.js & Koa2
JavaScript
2
star
24

AdTracking_SDK_Cordova

TalkingData ADT cordova 插件
Objective-C
1
star
25

SDKMaven

TalkingData SDK Maven Repository
1
star
26

MultiLayerStacking

sklearn-API friendly multi-layer stacking Python module
Python
1
star
27

rxloop-loading

rxloop loading plugin
JavaScript
1
star
28

AdTracking_SDK_Unity

C#
1
star
29

TalkingDataSDK_Unity

C#
1
star
30

todo-app-with-rxloop

todo app with rxloop
JavaScript
1
star