mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
<!DOCTYPE rt playGround="./PlayGround.js">
|
|
<div>
|
|
<h1>React Templates fiddle</h1>
|
|
<h2>Play with react templates and save/share your results</h2>
|
|
<button class="btn btn-lg btn-primary" onClick="(evt)=>evt.preventDefault();this.save()">Save fiddle</button>
|
|
<br>
|
|
<playGround ref="playground" direction="vertical"/>
|
|
</div>
|