npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mjml-inline-links

v2.0.2

Published

mjml-inline-links

Downloads

12

Readme

mjml-inline-links

Standard Desktop:

Standard Mobile:

Mode hamburger enabled:

<mjml>
  <mj-body>
    <mj-container>
      <mj-navbar background-color="#ef6451">
        <mj-column width="20%">
          <mj-image width="150px" src="https://mjml.io/assets/img/logo-white-small.png"></mj-image>
        </mj-column>
        <mj-column width="80%">
          <mj-inline-links base-url="https://mjml.io">
            <mj-link href="/gettings-started-onboard" color="#ffffff">Getting started</mj-link>
            <mj-link href="/try-it-live" color="#ffffff">Try it live</mj-link>
            <mj-link href="/templates" color="#ffffff">Templates</mj-link>
            <mj-link href="/components" color="#ffffff">Components</mj-link>
            <mj-link href="/documentation" color="#ffffff">Documentation</mj-link>
          </mj-inline-links>
        </mj-column>
      </mj-navbar>
    </mj-container>
  </mj-body>
</mjml>

To display some links horizontally

attribute | unit | description | default value ----------------------------|--------------------|--------------------------------------------------------------------------------------------------|----------------- base url | string | base url for children components | n/a hamburger | string | activate the hamburger navigation on mobile if the value is hamburger | n/a align | string | align content left/center/right | center ico-open | ASCII code decimal | char code for a custom open icon (hamburger mode required) | 9776 ico-close | ASCII code decimal | char code for a custom close icon (hamburger mode required) | 8855 ico-padding | px | hamburger icon padding, supports up to 4 parameters (hamburger mode required) | 10px ico-padding-top | px | hamburger icon top offset (hamburger mode required) | 10px ico-padding-right | px | hamburger icon right offset (hamburger mode required) | 10px ico-padding-bottom | px | hamburger icon bottom offset (hamburger mode required) | 10px ico-padding-left | px | hamburger icon left offset (hamburger mode required) | 10px ico-align | string | hamburger icon alignment, left/center/right (hamburger mode required) | center ico-color | color format | hamburger icon color (hamburger mode required) | #000000 ico-font-size | px | hamburger icon size (hamburger mode required) | Ubuntu, Helvetica, Arial, sans-serif ico-font-family | string | hamburger icon font (only on hamburger mode) | 30px ico-text-transform | string | hamburger icon text transformation none/capitalize/uppercase/lowercase (hamburger mode required) | none ico-text-decoration | string | hamburger icon text decoration none/underline/overline/line-through (hamburger mode required) | none ico-line-height | px | hamburger icon line height (hamburger mode required) | 30px