Socket
Socket
Sign inDemoInstall

mjml-list

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-list

mjml-list


Version published
Weekly downloads
2K
decreased by-14.91%
Maintainers
4
Weekly downloads
 
Created
Source

mjml-list

mj-list enables you to create unordered lists and enables you to wrap lis tag.

<mjml>
  <mj-body>
    <mj-container>
      <mj-section>
        <mj-column>
          <mj-list>
            <li>Go to the store</li>
            <li>sleep</li>
            <li>eat</li>
            <li>sleep again</li>
          </mj-list>
        </mj-column>
      </mj-section>
    </mj-container>
  </mj-body>
</mjml>
This component will soon be deprecated. To create a list, simply use HTML leveraging the `ul` and `li` tags inside a `mj-text`.

sexy

attributeunitdescriptiondefault value
colorcolortext color#000000
font-familystringfont nameUbuntu, Helvetica, Arial, sans-serif
font-sizepxtext size13px
line-heightpercent/pxspace between lines22px
paddingpxgenerate space around content10px 25px
padding-toppxtop offsetn/a
padding-bottompxbottom offsetn/a
padding-leftpxleft offsetn/a
padding-rightpxright offsetn/a

FAQs

Package last updated on 25 Sep 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc