Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <Modal
  2. aria-label="..."
  3. tabIndex={-1}
  4. role="Dialog"
  5. show={this.state.showInfo}
  6. onHide={this.closeInfo.bind(this)} >
  7. <Modal.Header tabIndex={9} role="Dialog" closeButton>
  8. <Modal.Title tabIndex={-1} role="Dialog">...</Modal.Title>
  9. </Modal.Header>
  10. <Modal.Body tabIndex={-1} role="Dialog">
  11. ...
  12. </Modal.Body>
  13. </Modal>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement