responsive-email
responsive-email copied to clipboard
a utility for writing responsive email templates for jsx-email and react-email
If I have the following code and I can't figure out a way where I can make a "div w-full flex items-center justify-center" equivalent on email. All I want is...
Sometimes I miss a `column` property where I can specify how many it should have, so it makes a grid. 4 in a row doesn't make sense, but I would...
Since types from @react-email/section are [no longer used](https://github.com/codeskills-dev/responsive-email/commit/434255faa1fd2a6411c298a0edaf60f242caceab), the dependency seems superfluous. The same seems to be true for jsx-email, if I'm not mistaken. Since it is pulling in a...
**Package Version**: 0.0.4 **TypeScript Version**: 5.8.3 **React Version**: 19.1.0 **Package Manager**: pnpm 10.8.1 ### Issue Description TypeScript cannot find declaration files for `@responsive-email/react-email` when importing components from the package, despite...
When using the `maxWidth` I can correctly format my email but during each rendering I get a React error in the console that `maxWidth` was passed to appear in the...
Fixes #17
I need the `ResponsiveRow` to be wider than 600px. I tried to set the `max-width` manually but it gets overwritten. I propose a new property to be able to set...
Each `ResponsiveColumn` has `display: inline-block`, but it happened to me that I needed to use `display: inline-table`. Here is the code to show you what I mean by using the...
## Issue Description The typescript types are not resolved when `moduleResolution` is set to `bundler`. This can be confirmed by checking the package with [are the types wrong](https://arethetypeswrong.github.io/?p=%40responsive-email%2Freact-email%400.0.3) ![Screenshot 2024-10-15...