q3-ui-emaileditor

4.5.15 • Public • Published

✉️ Q3 UI Email Editor

Component

Our <EmailEditor /> integrates with CodeMirror JS to deliver a text editor for MJML email templates. Since it calls Q3 API routes for email previewing and saving, this package has limited use for external projects.

In most cases, we'll install this package as a q3-admin Addon. The example below illustrates as much.

import React from 'react';
import Admin from 'q3-admin';
import EmailEditor from 'q3-ui-emaileditor';

export default () => (
  <Admin
    AppProps={{
      addons: [EmailEditor],
    }}
  />
);

API

Currently, there are no props for this component.

Readme

Keywords

none

Package Sidebar

Install

npm i q3-ui-emaileditor

Weekly Downloads

4

Version

4.5.15

License

none

Unpacked Size

105 kB

Total Files

94

Last publish

Collaborators

  • 3merge