Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
mjml-carousel
Advanced tools
mjml-carousel
is the first MJML interactive component, it displays a gallery of images or "carousel". Readers can interact by hovering and clicking on thumbnails depending on the email client they use.
This component enables you to set the styles of the carousel elements.
<mjml>
<mj-body>
<mj-container>
<mj-section>
<mj-column>
<mj-carousel>
<mj-carousel-image src="https://www.mailjet.com/wp-content/uploads/2016/11/ecommerce-guide.jpg" />
<mj-carousel-image src="https://www.mailjet.com/wp-content/uploads/2016/09/3@1x.png" />
<mj-carousel-image src="https://www.mailjet.com/wp-content/uploads/2016/09/1@1x.png" />
</mj-carousel>
</mj-column>
</mj-section>
</mj-container>
</mj-body>
</mjml>
attribute | unit | description | default value |
---|---|---|---|
align | string | horizontal alignment | center |
border-radius | px | border radius | n/a |
background-color | string | column background color | none |
thumbnails | String | display or not the thumbnails (visible | hidden) |
tb-border | css border format | border of the thumbnails | none |
tb-border-radius | px | border-radius of the thumbnails | none |
tb-hover-border-color | string | css border color of the hovered thumbnail | none |
tb-selected-border-color | string | css border color of the selected thumbnail | none |
tb-width | px | thumbnail width | null |
left-icon | url | icon on the left of the main image | https://mjml.io/assets/img/left-arrow.png |
right-icon | url | icon on the right of the main image | https://mjml.io/assets/img/right-arrow.png |
icon-width | px | width of the icons on left and right of the main image | 44px |
This component enables you to add and style the images in the carousel.
attribute | unit | description | default value |
---|---|---|---|
src | url | image source | n/a |
thumbnails-src | url | image source to have a thumbnail different than the image it's linked to | null |
href | url | link to redirect to on click | n/a |
alt | string | image description | n/a |
title | string | tooltip & accessibility | n/a |
FAQs
mjml-carousel
The npm package mjml-carousel receives a total of 240,310 weekly downloads. As such, mjml-carousel popularity was classified as popular.
We found that mjml-carousel 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.