1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

Provided "Improved todo list" a new description.

Used Avi's suggested description.
This commit is contained in:
Marlowe Shaeffer 2015-01-04 12:11:52 -08:00
parent 3dfe6e0e12
commit 2a13fd1661

View File

@ -33,7 +33,7 @@
<div class="example"> <div class="example">
<h3>Improved todo list</h3> <h3>Improved todo list</h3>
<p> <p>
rt-props is used to pass all the original properties set on this component (except the ones used for the component logic: onClick and eventId) to the element that will actually represent this component. Every project needs a todo list example, so here is ours.
</p> </p>
<playground id="todoExample" rt-props="this.state.samples.todo" direction="horizontal"></playground> <playground id="todoExample" rt-props="this.state.samples.todo" direction="horizontal"></playground>
</div> </div>