doc/mjml-mso-button.md
A button that uses the VML solution for radius, which is supported in Outlook desktop
It uses the same attributes as the standard mj-button but includes three additional ones:
| attribute | accepts | description | default value |
|---|---|---|---|
| mso-proof | boolean | Active the bulletproof mode | false |
| mso-width | px | The width of the VML solution | 200px |
| mso-height | px | The height of the VML solution | 40px |
These new attributes allow MJML to generate a “bulletproof button“ which incorporates radius, stroke and alignment, using this method,
It's available on Github and NPM.
Usage
Use it like a standard mj-button:
<mj-msobutton mso-proof="true">Click !</mj-msobutton>
Problems that you should know
Sample project on github here