mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
<div>
|
|
<rt-template prop="templateProp" arguments="arg1">
|
|
<div>
|
|
<rt-template prop="templateProp2" arguments="inner1, inner2">
|
|
<div>{arg1 + inner1 + inner2}</div>
|
|
</rt-template>
|
|
<div>{arg1}</div>
|
|
</div>
|
|
</rt-template>
|
|
</div> |