Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
mjml-button
Advanced tools
```xml <mjml> <mj-body> <mj-container> <mj-section> <mj-column> <mj-button font-family="Helvetica" background-color="#F45E43" color="white"> Don't click me! </mj-button> </mj-column> </mj-s
<mjml>
<mj-body>
<mj-container>
<mj-section>
<mj-column>
<mj-button font-family="Helvetica" background-color="#F45E43" color="white">
Don't click me!
</mj-button>
</mj-column>
</mj-section>
</mj-container>
</mj-body>
</mjml>
Displays a customizable button.
attribute | unit | description | default value |
---|---|---|---|
background-color | color | button background-color | #414141 |
container-background-color | color | button container background color | n/a |
border-radius | px | border radius | 3px |
font-style | string | normal/italic/oblique | n/a |
font-size | px | text size | 13px |
font-weight | number | text thickness | bold |
font-family | string | font name | Ubuntu, Helvetica, Arial, sans-serif |
color | color | text color | #ffffff |
border | string | css border format | none |
text-decoration | string | underline/overline/none | none |
align | string | horizontal alignment | center |
vertical-align | string | vertical alignment | middle |
href | link | link to be triggered when the button is clicked | n/a |
padding | px | supports up to 4 parameters | 15px 25px |
padding-top | px | top offset | n/a |
padding-bottom | px | bottom offset | n/a |
padding-left | px | left offset | n/a |
padding-right | px | right offset | n/a |
FAQs
mjml-button
The npm package mjml-button receives a total of 363,641 weekly downloads. As such, mjml-button popularity was classified as popular.
We found that mjml-button demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
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.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.