react-templates/playground/intro.rt

7 lines
283 B
Plaintext
Raw Normal View History

<rt-require dependency="./PlayGround.js" as="playGround"/>
2014-12-02 17:59:03 +01:00
<div>
<h1>React Templates</h1>
<playGround ref="playground" direction="horizontal" rt-props="this.state.samples[0]"/>
<playGround ref="playground" direction="horizontal" rt-props="this.state.samples[1]"/>
</div>