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

4 lines
110 B
Plaintext

<ul>
<li rt-repeat="item, customIndex in this.props.collection">{item} is number {customIndex}</li>
</ul>