All Projects → ant-mini-program → Mini Antui

ant-mini-program / Mini Antui

Licence: mit
mini-antui 停止维护,可使用 mini-ali-ui ,品牌升级,功能加强,欢迎使用!

Projects that are alternatives of or similar to Mini Antui

mini-program-table
基于 WePY 实现的固定头和列的 table 组件,可根据自身需求进行修改扩展。
Stars: ✭ 14 (-96.93%)
Mutual labels:  mini-program
goldfish
A development framework for Alipay Mini Program.
Stars: ✭ 69 (-84.87%)
Mutual labels:  mini-program
Mpvue Douban
基于 mpvue 实现豆瓣电影微信小程序 @zce
Stars: ✭ 288 (-36.84%)
Mutual labels:  mini-program
union
union login for wechat,weibo,qq,alipay with go
Stars: ✭ 23 (-94.96%)
Mutual labels:  mini-program
mp-jithub
Mini program for Github
Stars: ✭ 30 (-93.42%)
Mutual labels:  mini-program
yuanful-ui
(微信小程序插件) yuanful-ui是一套可添加到微信小程序内直接使用的免费功能插件,无需重复开发,为用户提供更丰富的服务。
Stars: ✭ 30 (-93.42%)
Mutual labels:  mini-program
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (-88.38%)
Mutual labels:  mini-program
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (-19.52%)
Mutual labels:  mini-program
wx-mini-programs
微信小程序案例制作
Stars: ✭ 23 (-94.96%)
Mutual labels:  mini-program
Miemie
🐑 咩咩单词:简易背单词的微信小程序
Stars: ✭ 286 (-37.28%)
Mutual labels:  mini-program
weapp-starter-kit
No description or website provided.
Stars: ✭ 13 (-97.15%)
Mutual labels:  mini-program
MinaOTP
TOTP authenticator implement as a wechat mini program
Stars: ✭ 30 (-93.42%)
Mutual labels:  mini-program
7yue api server
旧岛小程序的 api server
Stars: ✭ 48 (-89.47%)
Mutual labels:  mini-program
webpack-mpvue-startup
A template with webpack 3 + mpvue 1 setup for projects startup
Stars: ✭ 13 (-97.15%)
Mutual labels:  mini-program
Fresh Weather
新鲜天气:使用小程序·云开发的小程序
Stars: ✭ 291 (-36.18%)
Mutual labels:  mini-program
miniprogram-demo
FinClip 小程序演示,用于测试小程序中相关 API 与组件能力 / Mini-Program DEMO for FinClip
Stars: ✭ 49 (-89.25%)
Mutual labels:  mini-program
super course schedule
微信小程序 - 超级课程表
Stars: ✭ 59 (-87.06%)
Mutual labels:  mini-program
Remax
使用真正的 React 构建跨平台小程序
Stars: ✭ 4,099 (+798.9%)
Mutual labels:  mini-program
Fard
🎃 Multi thread javascript framework - 多线程小程序引擎
Stars: ✭ 310 (-32.02%)
Mutual labels:  mini-program
Weapp Demo Breadtrip
基于面包旅行 API 制作的微信小程序示例
Stars: ✭ 282 (-38.16%)
Mutual labels:  mini-program

重要说明

鉴于支付宝整体设计规范升级,以及为了能够将提供更多的组件能力,支持主题切换等功能,我们对组件进行了一次深度改造,同时支付宝小程序能力在多端底层打通,我们的组件库也将支持多端接入,我们将品牌升级为 mini-ali-ui

mini-antui 将不再继续维护,源码保留,如有 bug 会在 mini-ali-ui 进行 fix 操作。因此后续所有的版本更新升级将转移到 mini-ali-ui。品牌虽然改变,但我们的服务不会变,我们将继续为广大阿里小程序开发者服务,感谢各位的支持和鼓励。

mini-ali-ui 特性

  • 基于 Alipay Design 设计规范;
  • 支持多端小程序(支付宝,淘宝,钉钉等);
  • 支持主题配置切换;
  • 支持 pxrpx

Mini AntUI

npm package GitHub stars GitHub forks NPM downloads GitHub issues GitHub license

示例

链接

特性

安装

$ npm install mini-antui --save

使用

在页面json中文件中进行注册,如card组件的注册如下所示:

{
  "usingComponents": {
    "card": "mini-antui/es/card/index",
  }
}

在axml文件中进行调用:

<card
  thumb="{{thumb}}"
  title="卡片标题2"
  subTitle="副标题非必填2"
  onClick="onCardClick"
  info="点击了第二个card"
/>

详细使用说明请参照官方文档使用自定义组件

贡献

如果你有好的意见或建议,欢迎给我们提issue

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