wix-incubator / mjml-react

React component library to generate the HTML emails on the fly
MIT License
993 stars 50 forks source link

A title can contain a node/nodes which render to a string #15

Closed jesstelford closed 5 years ago

jesstelford commented 5 years ago

Stops a proptype warning when doing things like:

<MjmlTitle>{this.props.name} A Special Offer For You!</MjmlTitle>
mastertheblaster commented 5 years ago

Thanks for the PR 👍