I am working in index.html file. I have code like below
index.html
<a class="page-scroll" onClick={this.showModal}>Email Contact</a>
I would like to place this showModal in another ReactJS component.
showModal
How can I make the showModal working ?
1.4m articles
1.4m replys
5 comments
57.0k users