1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/propTemplates/implicitTemplate.rt
2015-08-09 23:37:33 +03:00

7 lines
114 B
Plaintext

<div>
<List data="{[1,2,3]}">
<Row>
<div>{rowData}</div>
</Row>
</List>
</div>