Socket
Socket
Sign inDemoInstall

mjml-divider

Package Overview
Dependencies
88
Maintainers
6
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mjml-divider

mjml-divider


Version published
Weekly downloads
467K
decreased by-16.46%
Maintainers
6
Install size
13.4 MB
Created
Weekly downloads
 

Readme

Source

mj-divider

Displays a horizontal divider that can be customized like a HTML border.

<mjml>
  <mj-body>
    <mj-section>
      <mj-column>
        <mj-divider border-width="1px" border-style="dashed" border-color="lightgrey" />
      </mj-column>
    </mj-section>
  </mj-body>
</mjml>

try it live

attributeunitdescriptiondefault value
alignstringleft/right/centercenter
border-colorcolordivider color#000000
border-stylestringdashed/dotted/solidsolid
border-widthpxdivider's border width4px
container-background-colorcolorinner element background colorn/a
css-classstringclass name, added to the root HTML element createdn/a
paddingpxsupports up to 4 parameters10px 25px
padding-bottompxbottom offsetn/a
padding-leftpxleft offsetn/a
padding-rightpxright offsetn/a
padding-toppxtop offsetn/a
widthpx/percentdivider width100%

FAQs

Last updated on 05 Feb 2024

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