MailingUI is a set of opinionated React components, built on top of React.email, designed to make the creation of emails easier.
"We 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 2022 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today"
—React.email.
All of our components are completely open-sourced and intended for a copy-and-paste use. Currently, we don't have any plans in releasing MailingUI as an npm package.
- To get started, please visit Docs - Guide
- View our components at Docs - Components
- View our templates at Templates
- Node.js - recommended and tested version is the current latest version -
v20.5.0
. (The table of releases: https://nodejs.org/en/download/releases) - pnpm - space efficient and faster adaptation of
npm
. The recommended version is current latest version -8.6.11
. Can be installed with npm vianpm install -g pnpm
or with corepack viacorepack prepare [email protected] --activate
.
First, install the dependencies:
pnpm i
Then run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.