Skip to content

The react-like JSX based templating system and design system for emails

Notifications You must be signed in to change notification settings

webf-run/emails

Repository files navigation

The @webf/emails

The JSX-based component library and design system for MJML email templates.

Installation

npm install --save @webf/emails

For TypeScript support, the library supports the automatic JSX runtime. To configure it, use following JSX options in your tsconfig file:

{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "@webf/emails",
  },
}

Contribution - Local setup

Use the following script to run local development setup:

# Install dependencies
npm install

# Run the library in dev mode with documenation siste
npm run dev

# Build library for publishing
npm run build:lib

# Build documentation website
npm run build:site

# Automated tests
npm run test

About

The react-like JSX based templating system and design system for emails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published