1.0.1 • Published 6 years ago

nuke-biz-custom-dialog v1.0.1

Weekly downloads
61
License
-
Repository
gitlab
Last release
6 years ago

CustomDialog

  • category: UI
  • chinese: 业务UI对话框
  • type: UI组件

何时使用

构建符合 material design 风格的 dialog 时

设计规范

design guide line

API

参数说明类型默认值
type浮层类型,枚举可选'confirm','alert','custom'string'custom'
locale覆盖按钮默认文案,locale={{confirm: 'GOT it' ,cancel:'cancel'}}obj默认将根据兜底文案+语言(英文或上下文语种)展示
contentStyle内容区样式obj
onHide浮层关闭时触发回调function
onShow浮层打开后后触发回调functionfalse
duration动画渲染时间,ms单位number200
btns按钮配置数组,例如 {text:'btn1',onPress:this.event,style:{color:'red'}},{text:'btn2'}array[]
1.0.1

6 years ago

1.0.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago