Faire / mjml-react

React component library to generate the HTML emails on the fly
https://www.npmjs.com/package/@faire/mjml-react
MIT License
376 stars 16 forks source link

Update generation script to support all mjml components #29

Closed emmclaughlin closed 1 year ago

emmclaughlin commented 1 year ago

Right now we have a hard coded list of supported mjml components. This PR updates to pull that list from mjml-presets-core so that by default all current mjml components are supported.

Steps:

Rest of changes should be in generated code files. No existing Mjml*.tsx files are changed, only added new files for new components.