wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

#214, rt-template with in-place child component #216

Open yatra9 opened 7 years ago

yatra9 commented 7 years ago

This implements #214

I add tests, and modified README also (but, review required, because I'm not a native English speaker)

nippur72 commented 7 years ago

great, I have two suggestions:

<rt-template prop="mybutton" component>
   <button>my</button>
</rt-template>

<!-- or -->

<rt-prop name="mybutton">
   <button>my</button>
</rt-prop>