Socket
Book a DemoInstallSign in
Socket

@minidesign/modal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minidesign/modal

## Install

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

@minidesign/modal

Install

  • 从小程序基础库版本 2.2.1 或以上、及开发者工具 1.02.1808300 或以上开始,小程序支持使用 npm 安装第三方包
  • 如果你的不支持,那么可以先下载下来,在手动拷贝到你的components/modal文件夹下,在使用的细节上调整一下就行了。
  • npm install --save @minidesign/modal
  • 【微信开发者工具】->【工具】-> 【构建 npm】
  • ok. (别忘记执行【构建 npm】步骤)

Usage

[page].json

{
  "usingComponents": {
    "modal": "@minidesign/modal"
  }
}

[page].wxml

<modal visible="{{isShowModal}}">
  <view>blabla..., whatever you want to put into.</view>
</modal>

options

NameTypeDefaultDescription
visibleBooleanfalse控制显示弹窗

FAQs

Package last updated on 15 Jan 2019

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