0.0.4 • Published 6 years ago

ux-m-platform-modal v0.0.4

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Modal弹窗组件

单独的弹窗

UI规则

  1. 整个弹窗分为三个部分,标题、内容、操作按钮
  2. 文字居中对齐
  3. 操作按钮平分底部的空间,文字在各自的区域内居中显示

API

Modal props

namedescriptiontypedefault
cls自定义container cssString''
title标题String
footer按钮 {text: 按钮内容, onTouchTap: 点击按钮后的回调函数}Array
children内容