1.3.5 • Published 9 months ago

ts-email-editor v1.3.5

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

TS Email Editor

TS Email Editor is a robust, versatile, and user-friendly React library for building beautiful, interactive emails. Built with TypeScript and based on ravenappdev/email-editor, it leverages the Craft.js framework to offer an intuitive drag-and-drop interface for email design.

The unique feature of Custom Email Editor is its seamless integration with a server for converting JSX email structures into reusable HTML templates. This provides developers and designers with the power to create visually compelling emails with minimal effort, and ensures compatibility across various email clients.

Optional Text

Features

  • Intuitive Drag-and-Drop Interface: Construct your email designs by dragging and dropping components onto the canvas.
  • Craft.js Foundation: Leverage the powerful Craft.js framework for maximum flexibility and scalability.

Getting Started

Installation

  1. Install the library using npm or yarn:
npm install --save ts-email-editor
yarn add ts-email-editor
  1. Import it into your project:
import EmailEditor from 'custom-email-editor';
  1. Use it
import React from 'react';
import { TSEmailEditor } from 'ts-email-editor';

import './App.css';

function App() {
  return (
    <div className="App">
      <EmailEditorComponent editorSsrUrl="url of a ssr server" />
    </div>
  );
}

export default App;

The server code can be found here.

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago