2.0.0 • Published 7 months ago

spam-email-1app v2.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 months ago

Spam Email 1App

Installation

The easiest way to use React Email Editor is to install it from NPM and include it in your own React build process.

npm install spam-email-1app --save

yarn add spam-email-1app

Usage

import React from "react";
import { render } from "react-dom";

import EmailEditor from "spam-email-1app";

const App = () => {
  SpamEmail1App.verify(html, (result) => {
    console.log("resultado ", result);
  });
};

export default App;

Methods

methodparamsdescription
loadDesignObject dataTakes the design JSON and loads it in the editor
saveDesignFunction callbackReturns the design JSON in a callback function
exportHtmlFunction callbackReturns the design HTML and JSON in a callback function

See the example source for a reference implementation.

Properties

  • editorId String HTML div id of the container where the editor will be embedded (optional)
  • style Object style object for the editor container (default {})
  • minHeight String minimum height to initialize the editor with (default 500px)
  • onLoad Function called when the editor instance is created
  • onReady Function called when the editor has finished loading
  • options Object options passed to the Unlayer editor instance (default {})
  • tools Object configuration for the built-in and custom tools (default {})
  • appearance Object configuration for appearance and theme (default {})
  • projectId Integer Unlayer project ID (optional)

See the Unlayer Docs for all available options.

2.0.0

7 months ago

1.9.9

1 year ago

1.9.8

1 year ago

1.9.7

2 years ago

1.9.6

2 years ago

1.9.5

2 years ago

1.9.4

2 years ago

1.9.1

2 years ago

1.8.2

2 years ago

1.7.3

2 years ago

1.9.0

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.8.9

2 years ago

1.8.8

2 years ago

1.8.7

2 years ago

1.7.8

2 years ago

1.8.6

2 years ago

1.7.7

2 years ago

1.8.5

2 years ago

1.9.3

2 years ago

1.8.4

2 years ago

1.7.5

2 years ago

1.9.2

2 years ago

1.8.3

2 years ago

1.7.4

2 years ago

1.7.2

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.0.0

2 years ago