Skip to content

loberbichler/mjml-mso-button

 
 

Repository files navigation

mjml-msobutton

This component can be usefull if you want to try an outlook proof adventure. The msobutton has exactly the same behaviours of the classic button but add three more attributes.

  • mso-proof: boolean (default false)
  • mso-width: px (200px)
  • mso-height: px (40px)

More important, these 3 new attributes allow mjml to generate a bulletproof button with radius and stroke as you can see here, including the alignment.

Install

npm install mjml-msobutton

Problems that you should know

The outlook solution isn't really bulletproof.

  1. This cannot be used with an image in background
  2. It create a duplication of code in the HTML
  3. The width and the height cannot use the auto

Usage

Simply add these lines in your gulpfile before compile with mjml:

import { registerComponent } from 'mjml-core'
import MjMsoButton from 'mjml-msobutton'

registerComponent(MjMsoButton)

Then in your mjml:

<mj-msobutton mso-proof="true">Click !</mj-msobutton>

Otherwise, you can find a sample project on github here

About

Fork of mjml-msobutton to provide a button using VML for better looking buttons in Outlook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%