npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

smart-mjml

v0.2.0

Published

Smart MJML is a library that provides TypeScript intelligence hints and checks, making editing MJML simpler.

Downloads

9

Readme

Smart MJML

Smart MJML is a library that provides TypeScript intelligence hints and checks, making editing MJML simpler.

Features

  • Syntax Consistency: Smart MJML offers an almost consistent coding style with MJML. You can write your code just like you're writing MJML, while enjoying the intelligence hints and compile-time checks provided by TypeScript.

  • Platform Compatibility: Smart MJML can run on both the browser and Node.js. No matter which platform you're developing on, Smart MJML can provide you with a consistent experience.

  • Template Engine Compatibility: You can easily integrate Smart MJML with other template engines, without worrying about layout confusion.

  • Framework Support: Smart MJML already supports React and Vue, and in theory, it can be easily integrated with other JSX frameworks.

Installation

npm install smart-mjml

Usage:

import mjml2html from "mjml-browser";
// When using vue, use vueJsxToString
import { reactJsxToString } from "smart-mjml";

const mjmlString = reactJsxToString(
  <mjml>
    <mj-head>
      <mj-style inline="inline">
        {`.hide-desktop-block,.hide-desktop-inline-block,.hide-block{display:none!important;mso-hide:all!important}`}
      </mj-style>
      <mj-style>
        {`.mjbody a{color:inherit}.overflow-hidden{overflow:hidden}@media (max-width: 480px){.hide-mobile-block{max-height:0px;overflow:hidden;display:none!important}.hide-desktop-block{display:block!important}.hide-mobile-inline-block{max-height:0px;overflow:hidden;display:none!important}.hide-desktop-inline-block{display:inline-block!important}}`}
      </mj-style>
      <mj-style>
        {`.mjbody a, .mjbody a:hover, .mjbody a:active, .mjbody a[href], .mjbody a[href]:hover, .mjbody a[href]:active {color: inherit;text-decoration: underline}`}
      </mj-style>
      <mj-breakpoint width="480px"></mj-breakpoint>
    </mj-head>
    <mj-body width="600px" background-color="#8C9A80" css-class="mjbody">
      <mj-section padding="0px">
        <mj-column>
          <mj-spacer height="30px"></mj-spacer>
        </mj-column>
      </mj-section>
      <!-- Header begin -->
      <mj-section
        padding-top="0px"
        padding-bottom="0px"
        background-color="#FFFFFF"
      >
        <mj-column>
          <mj-navbar>
            <mj-navbar-link font-family="Arial, sans-serif">
              Shop
            </mj-navbar-link>
            <mj-navbar-link font-family="Arial, sans-serif">
              About
            </mj-navbar-link>
            <mj-navbar-link font-family="Arial, sans-serif">
              Contact
            </mj-navbar-link>
            <mj-navbar-link font-family="Arial, sans-serif">
              Blog
            </mj-navbar-link>
          </mj-navbar>
        </mj-column>
      </mj-section>
      <!-- Header end -->
      <mj-section padding-bottom="0px" background-color="#263D29">
        <mj-column width="100%">
          <mj-text
            align="center"
            color="#FFFFFF"
            font-family="Arial, sans-serif"
            font-size="16px"
            line-height="130%"
            padding-top="3px"
            padding-bottom="3px"
            font-weight="normal"
          >
            JOIN US FOR A FEAST ON
          </mj-text>
        </mj-column>
      </mj-section>
      <mj-section padding-top="0px" background-color="#263D29">
        <mj-column width="480px">
          <mj-text
            align="center"
            color="#FFFFFF"
            font-family="Arial, sans-serif"
            font-size="16px"
            line-height="130%"
            padding-top="3px"
            padding-right="20px"
            padding-bottom="3px"
            padding-left="20px"
            font-weight="normal"
          >
            From hearty stews and comforting shepherd's pie to classic fish and
            chips, we have something to satisfy every appetite.
          </mj-text>
        </mj-column>
      </mj-section>
      <mj-section
        padding-top="0px"
        padding-bottom="0px"
        background-color="#263D29"
      >
        <mj-column width="100%">
          <mj-image
            padding="0px 0px 0px 0px"
            padding-top="0px"
            padding-right="0px"
            padding-bottom="0px"
            padding-left="0px"
            src="http://res.cloudinary.com/djnkpbshx/image/upload/v1706006437/easy-email-pro-test/u7tvjqdbjtxqkykaazra.jpg"
          ></mj-image>
        </mj-column>
      </mj-section>
      <mj-section background-color="#263D29">
        <mj-column width="100%">
          <mj-button
            background-color="#C5900C"
            font-family="Arial, sans-serif"
            font-size="16px"
            inner-padding="10px 25px 10px 25px"
            width="100%"
          >
            Book a table
          </mj-button>
          <mj-button
            background-color="#FCF0D3"
            border="3px solid #C5900C"
            color="#C5900C"
            font-family="Arial, sans-serif"
            font-size="16px"
            inner-padding="10px 25px 10px 25px"
            width="100%"
          >
            Book a table
          </mj-button>
        </mj-column>
      </mj-section>
      <mj-section
        padding-top="0px"
        padding-bottom="0px"
        background-color="#FFFFFF"
      >
        <mj-column width="50%">
          <mj-text
            font-family="Arial, sans-serif"
            font-size="16px"
            line-height="130%"
            padding-top="25px"
            padding-bottom="25px"
            font-weight="normal"
          >
            And of course, no Irish meal would be complete without a pint of
            Guinness or a dram of Irish whiskey to wash it down.
            <br></br>
            <br></br>
            <span>
              <strong>View drink menu</strong>
            </span>
          </mj-text>
        </mj-column>
        <mj-column width="50%">
          <mj-image
            padding-top="25px"
            padding-bottom="25px"
            src="http://res.cloudinary.com/djnkpbshx/image/upload/v1706006465/easy-email-pro-test/ehhmyj7sq1ilbcojx9zr.jpg"
          ></mj-image>
        </mj-column>
      </mj-section>
      <mj-section
        padding-top="0px"
        padding-bottom="0px"
        background-color="#ffffff"
      >
        <mj-column width="100%">
          <mj-divider></mj-divider>
        </mj-column>
      </mj-section>
      <mj-section
        direction="rtl"
        padding-top="0px"
        padding-bottom="0px"
        background-color="#FFFFFF"
      >
        <mj-column width="50%">
          <mj-text
            font-family="Arial, sans-serif"
            font-size="16px"
            line-height="130%"
            padding-top="25px"
            padding-bottom="25px"
            font-weight="normal"
          >
            And of course, no Irish meal would be complete without a pint of
            Guinness or a dram of Irish whiskey to wash it down.
            <br></br>
            <br></br>
            <span>
              <strong>View drink menu</strong>
            </span>
          </mj-text>
        </mj-column>
        <mj-column width="50%">
          <mj-image
            padding-top="25px"
            padding-bottom="25px"
            src="http://res.cloudinary.com/djnkpbshx/image/upload/v1706006491/easy-email-pro-test/upr1qet7cymnw3svunss.jpg"
          ></mj-image>
        </mj-column>
      </mj-section>
      <mj-section
        padding-top="0px"
        padding-bottom="0px"
        background-color="#ffffff"
      >
        <mj-column width="100%">
          <mj-divider></mj-divider>
        </mj-column>
      </mj-section>
      <mj-section
        padding-top="0px"
        padding-bottom="0px"
        background-color="#FFFFFF"
      >
        <mj-column width="50%">
          <mj-text
            font-family="Arial, sans-serif"
            font-size="16px"
            line-height="130%"
            padding-top="25px"
            padding-bottom="25px"
            font-weight="normal"
          >
            And of course, no Irish meal would be complete without a pint of
            Guinness or a dram of Irish whiskey to wash it down.
            <br></br>
          </mj-text>
          <mj-button
            background-color="#000000"
            font-family="Arial, sans-serif"
            inner-padding="10px 25px 10px 25px"
            line-height="130%"
          >
            VIEW DRINK
          </mj-button>
        </mj-column>
        <mj-column width="50%">
          <mj-image
            padding-top="25px"
            padding-bottom="25px"
            src="http://res.cloudinary.com/djnkpbshx/image/upload/v1706006848/easy-email-pro-test/lm6rpd3kbmwzkmjtzmp0.jpg"
          ></mj-image>
        </mj-column>
      </mj-section>
      <mj-section background-color="#263D29">
        <mj-column width="100%">
          <mj-text
            align="center"
            color="#FFFFFF"
            font-family="Arial, sans-serif"
            font-size="16px"
            line-height="130%"
            padding-top="3px"
            padding-bottom="3px"
            font-weight="normal"
          >
            No longer want to receive these emails?
            <span>
              <a href="#" target="_blank">
                unsubscribe
              </a>
            </span>
          </mj-text>
        </mj-column>
      </mj-section>
      <mj-section padding="0px">
        <mj-column>
          <mj-spacer height="30px"></mj-spacer>
        </mj-column>
      </mj-section>
    </mj-body>
  </mjml>
);
const data = mjml2html(mjmlString);

function App() {
  return (
    <div style={{ display: "flex", height: "100vh" }}>
      <div
        style={{
          width: "50%",
          whiteSpace: "pre",
          backgroundColor: "#1f2227",
          color: "#ffffff",
          height: "100%",
          overflow: "auto",
        }}
      >
        {mjmlString}
      </div>
      <iframe
        style={{ width: "50%", minWidth: 600, height: "100%" }}
        frameBorder={"none"}
        srcDoc={data.html}
      />
      <style>{`body {margin:0}`}</style>
    </div>
  );
}

Note

Due to the syntax restrictions of JSX, comments cannot be used directly and need to be wrapped as a string. For example, <!-- Your comment here --> needs to be written as { '<!-- Your comment here -->' }. and <mj-style>.css{color: red;}</mj-style> needs to be written as <mj-style>{ '.css{color: red;}' }</mj-style>.

Advanced Usage

Let's first talk about the common way of integrating with template engines. Here, we take liquidjs as an example.

...
<mj-wrapper background-color="#ffffff" padding-right="10px" padding-left="10px">
  <mj-section background-color="#FFFFFF" padding="0px">
    <mj-column padding="0px" border="none">
      <mj-text
        align="center"
        font-family="Arial, sans-serif"
        font-size="24px"
        line-height="130%"
        font-weight="600"
        padding-top="3px"
        padding-bottom="3px"
      >
        You might also like
      </mj-text>
    </mj-column>
  </mj-section>
  <mj-section background-color="#FFFFFF" padding="0px">
    <mj-group>
      <mj-raw>
        {`<!-- htmlmin:ignore -->{% for item in products %}<!-- htmlmin:ignore -->`}
      </mj-raw>
      <mj-column width="50%">
        <mj-image
          border-radius="5px"
          padding="10px"
          src="{{item.image}}"
        ></mj-image>
        <mj-text
          align="center"
          font-family="Arial, sans-serif"
          font-size="16px"
          padding="10px 0px 0px 0px"
        >{`{{item.title}}`}</mj-text>
        <mj-text
          align="center"
          font-family="Arial, sans-serif"
          padding="10px 0px 0px 0px"
        >{`{{item.price}}`}</mj-text>
        <mj-text
          align="center"
          color="#737373"
          font-family="Arial, sans-serif"
          text-decoration="line-through"
          padding="10px 0px 0px 0px"
        >{`{{item.comparePrice}}`}</mj-text>
        <mj-button
          background-color="#000000"
          font-family="Arial, sans-serif"
          href="#"
        >
          Buy now
        </mj-button>
      </mj-column>
      <mj-raw>
        {`<!-- htmlmin:ignore -->{% endfor %}<!-- htmlmin:ignore -->`}
      </mj-raw>
    </mj-group>
  </mj-section>
</mj-wrapper>
...
import { Liquid } from "liquidjs";
const engine = new Liquid();

...
<iframe
  style={{ width: "50%", minWidth: 600, height: "100%", border: "none" }}
  srcDoc={engine.parseAndRenderSync(data.html, dynamicData)}
/>
...

It usually looks like this:

It works, but it's still not pretty. We can directly define a custom helper to solve this problem.

  1. Define the interface, create a new jsx.d.ts
declare namespace JSX {
  interface IntrinsicElements {
    "mj-for": {
      item: string;
      list: string;
      children: any;
    };
  }
}
  1. Define the helper
const helper = (
  type: string,
  attributes: Record<string, string>,
  children: string
): string | null => {
  if (type === "mj-for") {
    const itemName = attributes.item;
    const listName = attributes.list;
    return `
    <mj-raw>
      <!-- htmlmin:ignore -->{% for ${itemName} in ${listName} %}<!-- htmlmin:ignore -->
    </mj-raw>
        ${children}
    <mj-raw>
      <!-- htmlmin:ignore -->{% endfor %}<!-- htmlmin:ignore -->
    </mj-raw>
    `;
  }
  return null;
};

That's it, we can now use it.

<mj-wrapper background-color="#ffffff" padding-right="10px" padding-left="10px">
  <mj-section background-color="#FFFFFF" padding="0px">
    <mj-column padding="0px" border="none">
      <mj-text
        align="center"
        font-family="Arial, sans-serif"
        font-size="24px"
        line-height="130%"
        font-weight="600"
        padding-top="3px"
        padding-bottom="3px"
      >
        You might also like
      </mj-text>
    </mj-column>
  </mj-section>
  <mj-section background-color="#FFFFFF" padding="0px">
    <mj-group>
      <mj-for item="item" list="products">
        <mj-column width="50%">
          <mj-image
            border-radius="5px"
            padding="10px"
            src="{{item.image}}"
          ></mj-image>
          <mj-text
            align="center"
            font-family="Arial, sans-serif"
            font-size="16px"
            padding="10px 0px 0px 0px"
          >{`{{item.title}}`}</mj-text>
          <mj-text
            align="center"
            font-family="Arial, sans-serif"
            padding="10px 0px 0px 0px"
          >{`{{item.price}}`}</mj-text>
          <mj-text
            align="center"
            color="#737373"
            font-family="Arial, sans-serif"
            text-decoration="line-through"
            padding="10px 0px 0px 0px"
          >{`{{item.comparePrice}}`}</mj-text>
          <mj-button
            background-color="#000000"
            font-family="Arial, sans-serif"
            href="#"
          >
            Buy now
          </mj-button>
        </mj-column>
      </mj-for>
    </mj-group>
  </mj-section>
</mj-wrapper>

Development


npm run dev