Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mini-antui

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-antui

小程序版AntUI

  • 0.4.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
172
increased by290.91%
Maintainers
4
Weekly downloads
 
Created
Source

mini-antui

链接

  • mini-antui官网文档
  • 支付宝小程序
  • 开发工具

特性

  • 基于Advance Design设计规范
  • 使用支付宝小程序开发

预览

小程序开发者工具打开项目

安装

$ 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

Keywords

FAQs

Package last updated on 30 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc