mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
<div>
|
|
<h4 style="cursor:pointer" onClick="()=>this.toggle()">
|
|
Click to {this.state.open ? 'close' : 'open'}
|
|
</h4>
|
|
<p rt-if="this.state.open">This is my paragraph. It opens and
|
|
closes</p>
|
|
</div> |