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

polaris-line-height

v1.3.4

Published

Polaris line-height Plugin for Polaris Framework. A set of responsive classes for controlling the 'line-height' of HTML elements.

Downloads

10

Readme

Polaris line-height Plugin (v1.3.4)

In addition to the built-in features and components comes with Polaris framework, you can also use a set of useful plugins.

Polaris line-height Plugin contains a set of responsive classes for controlling the line-height of HTML elements.

Documentation

Coming soon...

Dependencies

In general for production, Polaris Plugins depend on Polaris Framework Core CSS and/or JS libraries.

However, this specific plugin can be used stand alone. But, for development, it depends on:

Get Started

Install via npm

npm install polaris-line-height

Use Polaris CDN

Coming soon...

Download Polaris line-height

Download Polaris line-height

Clone Polaris

You can also clone Polaris line-height using git:

git clone https://github.com/heminsatya/polaris-line-height.git

Customize Polaris line-height

First, you need to download or clone it, then you need to follow a few easy steps:

  • Open up your favourite CLI program.
  • Change directory to the path where Polaris line-height extracted:
cd path-to/polaris-line-height/
  • Install packages by:
npm install

Now, you have everything set-up. You can customize it however you want.

Next step after customization is to rebuild the CSS libraries.

  • To rebuild the CSS libraries run:
npm run css
npm run css-dev