1.2.0 • Published 5 years ago

react-nt-modal v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

react-awesome-modal

a react component

installation

npm install react-nt-modal -S

usage

    <Modal
        title="test title"
        confirmTxt="confirm"
        onOk={this.onOk}
        onConcel={this.onConcel}
        visible= {this.state.visible}
    >
        <p>i'm a test text</p>
        <p>i'm a test text</p>
        <p>i'm a test text</p>
    </Modal>