🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@beysong/wxc-dialog

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beysong/wxc-dialog

MinUI 小程序组件 - 对话框

latest
Source
npmnpm
Version
1.0.13
Version published
Weekly downloads
6
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

wxc-dialog

MinUI 小程序组件 - 对话框

Install

$ min install @minui/wxc-dialog

API

Dialog【props】

名称描述
title【说明】标题文案
【类型】String
【默认值】""
title-color【说明】标题颜色
【类型】String
【默认值】#000000
content【说明】内容
【类型】String
【默认值】""
content-color【说明】内容颜色
【类型】String
【默认值】#888888
confirm-text【说明】确认按钮文案
【类型】String
【默认值】""
confirm-color【说明】确认按钮文案颜色
【类型】String
【默认值】#ff5777
cancel-text【说明】取消按钮文案
【类型】String
【默认值】""
cancel-color【说明】取消按钮文案颜色
【类型】String
【默认值】#666666
image【说明】显示的图片链接
【类型】String
【默认值】""
地址
dialog 组件文档
https://meili.github.io/min/docs/minui/index.html#dialog
dialog 组件源码
https://github.com/beysong/minui/tree/master/packages/wxc-dialog
MinUI 组件库
https://github.com/meili/minui

Preview

dialog

Dialog【methods】

名称描述
show【说明】显示弹窗
【params】void
【return】void
hide【说明】隐藏弹窗
【params】void
【return】void

ChangeLog

v1.0.3(2018.01.04)

  • 修复点击蒙层即关闭 dialog 的问题

v1.0.2(2017.11.02)

  • update .npmignore

v1.0.1(2017.10.24)

  • 初始版本

FAQs

Package last updated on 21 Sep 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