1.0.5 • Published 4 years ago

rs-model v1.0.5

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

rs-model

Usage

    <RSModel 
        show={this.state.show} 
        contentStyle={{
          "position": "fixed",
          "top": "50%",
          "left": "50%",
          "background": "white",
          "borderRadius": "4px",
        }
    }>
      <div className="card" >
        <img src="https://www.w3schools.com/howto/img_avatar.png" alt="Avatar" style={{ width: "90%",marginTop:"17px"}} />
        <div className="container">
          <h4><b>John Doe</b></h4>
          <p>Architect & Engineer</p>
          <input type="button" class="button" value="OK" onClick={() => {
            this.setState({
              show: false
            })
          }}></input>
        </div>
      </div>
    </RSModel>
 
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago