Socket
Socket
Sign inDemoInstall

q3-ui-emaileditor

Package Overview
Dependencies
234
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    q3-ui-emaileditor

Our `` 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.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

✉️ 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.

FAQs

Last updated on 03 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc