react-email
react-email copied to clipboard
💌 Build and send emails using React
This PR bumps `` version after the recent fix from https://github.com/resendlabs/react-email/pull/312.
* https://react.email/docs/integrations/overview * https://github.com/resendlabs/react-email#integrations
I just updated my project to all the latest components, but it seems something really strange is happening. A `` creates a column layout. I can set it back to...
Add new demo template of Codepen This is the original e-mail: 
In this PR, I added documentation about how you can utilise babel to integrate React Email into your NodeJS application. I also updated the imports to match the `export default`...
Hey love this so far, wanted to ask if there is a way to configure different parts of the development server. Currently I am integrating the react-emails library into an...
Hi! It would be great if the preview app could be used to edit props of a specific email. That could be useful to test out edge cases with long...
added ul, ol, and li packages to the system units test working. I haven't created any examples, but from testing on codepen, it seems to work just fine. :)
Using version `1.5.0` I am using yarn workspaces. `react-email dev` fails with this error (the last step hangs indefinitely): Reproduction: 1. Clone https://github.com/IgnisDa/codefarem/tree/IgnisDa/issue23 (the `IgnisDa/issue23` branch) 2. `cd apps/mails &&...
It would be great if we could use Tailwind to style emails so we can use consistent tooling across web and email. [Maizzle](https://maizzle.com) is a framework that support this but...