1.1.6 • Published 5 years ago

uploadnpmtest v1.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

基于react 模仿rc-component/dialog 写的一个弹出框

DEMO:

<Modal 
    visible={true}
    maskOpen={true}
    onOk={this.ok}
    onCancel={this.cancel}
/>

<Modal 
    visible={true}
    maskOpen={true}
    onOk={this.ok}
    onCancel={this.cancel}
>
    <p>test</p>
    <p>test</p>
    <p>test</p>
    <p>test</p>
</Modal>

parameter:

参数说明类型默认值
maskOpen是否开启遮罩层Booleantrue
header是否显示头部Booleantrue
title头部显示文字string'Modal'
footer是否显示底部Booleantrue
onOk确定按钮点击事件function
onCancel取消按钮点击事件functionon
width宽度string'778px'
height高度string'53px'
okText确定按钮文字string'ok'
cancelText取消按钮文字string'cancel'
1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago