{
  "markdown": "![React email cover](https://react.email/static/covers/react-email.png)\n\n<div align=\"center\"><strong>React Email</strong></div>\n<div align=\"center\">The next generation of writing emails.<br />High-quality, unstyled components for creating emails.</div>\n<br />\n<div align=\"center\">\n<a href=\"https://react.email\">Website</a>\n<span> · </span>\n<a href=\"https://github.com/resend/react-email\">GitHub</a>\n</div>\n\n## Introduction\n\nA collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript.\nIt reduces the pain of coding responsive emails with dark mode support. It also takes care of inconsistencies between Gmail, Outlook, and other email clients for you.\n\n## Why\n\nWe believe that email is an extremely important medium for people to communicate. However, we need to stop developing emails like 2010, and rethink how email can be done in 2026 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today.\n\n## Install\n\n```sh\nnpm i react-email@latest\n```\n\n## Getting started\n\nDefine your email template with React, include styles and our components where needed.\n\n```jsx\nimport { Button } from \"react-email\";\n\nexport default function Email() {\n  return (\n    <Button href=\"https://example.com\" style={{ color: \"#61dafb\" }}>\n      Click me\n    </Button>\n  );\n};\n```\n\n## Components\n\nA set of standard components to help you build amazing emails without having to deal with the mess of creating table-based layouts and maintaining archaic markup.\n\n- [Html](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/html)\n- [Head](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/head)\n- [Button](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/button)\n- [Container](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/container)\n- [CodeBlock](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/code-block)\n- [CodeInline](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/code-inline)\n- [Column](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/column)\n- [Row](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/row)\n- [Font](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/font)\n- [Heading](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/heading)\n- [Divider](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/hr)\n- [Image](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/img)\n- [Link](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/link)\n- [Markdown](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/markdown)\n- [Preview](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/preview)\n- [Section](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/section)\n- [Tailwind](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/tailwind)\n- [Paragraph](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/text)\n- [Body](https://github.com/resend/react-email/tree/main/packages/react-email/src/components/body)\n\n## Editor\n\nReact Email also provides an Editor built on top of [TipTap](https://tiptap.dev/) and [ProseMirror](https://prosemirror.net/), It serializes to React Email components, and exports email-ready HTML and plain text.\n\nSee the [Editor documentation](https://react.email/docs/editor) for more details.\n\n## Integrations\n\nEmails built with React Email can be converted into HTML and sent using any email service provider. Here are some examples:\n\n- [Resend](https://github.com/resend/react-email/tree/main/examples/resend)\n- [Nodemailer](https://github.com/resend/react-email/tree/main/examples/nodemailer)\n- [SendGrid](https://github.com/resend/react-email/tree/main/examples/sendgrid)\n- [MailerSend](https://github.com/resend/react-email/tree/main/examples/mailersend)\n- [Mailgun](https://github.com/resend/react-email/tree/main/examples/mailgun)\n- [Postmark](https://github.com/resend/react-email/tree/main/examples/postmark)\n- [AWS SES](https://github.com/resend/react-email/tree/main/examples/aws-ses)\n- [Azure Communication Email](https://github.com/resend/react-email/tree/main/examples/azure-communication-email)\n- [Plunk](https://github.com/resend/react-email/tree/main/examples/plunk)\n- [Scaleway](https://github.com/resend/react-email/tree/main/examples/scaleway)\n\n## Support\n\nAll components were tested using the most popular email clients.\n\n| <img src=\"https://react.email/static/icons/gmail.svg\" width=\"48px\" height=\"48px\" alt=\"Gmail logo\"> | <img src=\"https://react.email/static/icons/apple-mail.svg\" width=\"48px\" height=\"48px\" alt=\"Apple Mail\"> | <img src=\"https://react.email/static/icons/outlook.svg\" width=\"48px\" height=\"48px\" alt=\"Outlook logo\"> | <img src=\"https://react.email/static/icons/yahoo-mail.svg\" width=\"48px\" height=\"48px\" alt=\"Yahoo! Mail logo\"> | <img src=\"https://react.email/static/icons/hey.svg\" width=\"48px\" height=\"48px\" alt=\"HEY logo\"> | <img src=\"https://react.email/static/icons/superhuman.svg\" width=\"48px\" height=\"48px\" alt=\"Superhuman logo\"> |\n| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |\n| Gmail ✔                                                                                           | Apple Mail ✔                                                                                           | Outlook ✔                                                                                             | Yahoo! Mail ✔                                                                                                | HEY ✔                                                                                         | Superhuman ✔                                                                                                |\n\n## Development workflow\n\n1. [Setting up your development environment](https://react.email/docs/contributing/development-workflow/1-setup)\n2. [Running tests](https://react.email/docs/contributing/development-workflow/2-running-tests)\n3. [Linting](https://react.email/docs/contributing/development-workflow/3-linting)\n4. [Building](https://react.email/docs/contributing/development-workflow/4-building)\n5. [Writing documentation](https://react.email/docs/contributing/development-workflow/5-writing-docs)\n\n## Contributing\n\n- [Contribution Guide](https://react.email/docs/contributing)\n\n---\n\nBrought to you by [Resend](https://resend.com), MIT License.\n",
  "bytes": 7398,
  "sha": "c8a8772a6f9f9fdbf857968aea6f11c71b3a8e6c05c123626a6747ea39c0f358",
  "repo_slug": "resend/react-email",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_resend_react_email_react_email_31780cb7/readme"
}