Skip to content

Latest commit

History

History
45 lines (33 loc) 路 987 Bytes

File metadata and controls

45 lines (33 loc) 路 987 Bytes

@open-email/editor

The open-source visual email editor for modern React applications.

Features

  • 馃帹 Visual Builder: Drag-and-drop interface
  • 鈿涳笍 React Email: Built on top of React Email components
  • 馃摫 Responsive: Mobile-friendly email templates
  • 馃敡 Customizable: Extensible component registry
  • 馃摛 Export: HTML, JSON, and React code export
  • Variables: {{variableName}} in content with fallbacks; resolve when generating HTML

Installation

npm install @open-email/editor
# or
yarn add @open-email/editor
# or
pnpm add @open-email/editor

Usage

import { EmailEditor, EditorProvider } from "@open-email/editor";
import "@open-email/editor/styles.css";

export default function MyEditor() {
  return (
    <EditorProvider>
      <EmailEditor />
    </EditorProvider>
  );
}

Documentation

For full documentation, visit our docs (or your hosted docs URL).

License

MIT