react-email icon indicating copy to clipboard operation
react-email copied to clipboard

💌 Build and send emails using React

Results 262 react-email issues
Sort by recently updated
recently updated
newest added

This PR addresses a bug encountered when using the Tailwind component in the `react-email` package. The issue arose from some pre-compilers trying to access the `esm` file instead of the...

In this PR, I added documentation about how to use the Tailwind component. Fixes: https://github.com/resendlabs/react-email/issues/415

Using this command, i am able to create starter email ```bash npx create-email@latest ``` By default, above command create Component files in `.tsx` file format, it would be great if...

type: new feature
package: react-email
package: create-email

I see we have a ``` contributing.mdx ``` in the apps/docs, I think we should also put a link to it in the main readme so it's easier to find

Using the library in multi-language projects would be tremendous, and avoid copying/pasting templates but instead use the localization library. Are there any plans to extend the project documentation to showcase...

Currently, the dev server only allows us (implicitly) to create the following folders inside the `email`-folder: `components` & `static`. Sub folders are not allowed inside the `components`-folder which can lead...

1. create a new project `npx create-email@latest` 2. install packages with `yarn` 3. `yarn dev` - is ok 4. `yarn export` - this error -> ``` yarn run v1.22.19 $...

For example ``. And `text-transform: uppercase` is added to `a` element, but `span` inside `a` is set to `text-transform: none`

type: bug
package: button