react-templates/playground/samples/rt-import.rt

6 lines
192 B
Plaintext
Raw Normal View History

2017-06-29 09:47:09 +02:00
<rt-import name="myComp" from="comps" />
<rt-import name="*" as="utils" from="utils/utils" />
<div>
<myComp customProp="{utils.doSomething()}">myComp is just a regular tag</myComp>
</div>