Overview

Introduction

The Mini Program extension component is an important addition of Basic component library and a set of open-source UI component library developed on basis of Mini program custom component specifications, available for the Mini Program developers’ rapid reuse.

Installation

copy
$ npm install mini-antui --save

Use

The registration happens in the files of the json. For example, the card component registration is as below:

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

Call in the axml file:

copy
<card
  thumb="{{thumb}}"
  title="Card Title"
  subTitle="Card SubTitle"
  onClick="onCardClick"
  info="Click the card"
/>

Component Update Log

For the update log, see changelog(Most content is in Chinese).

Contribution

For any comment or suggestion, please send us issue(Most content is in Chinese).