Socket
Socket
Sign inDemoInstall

matchheight

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    matchheight

No dependencies, Light weight, Makes elements equal height.


Version published
Weekly downloads
672
decreased by-1.61%
Maintainers
1
Install size
15.2 kB
Created
Weekly downloads
 

Readme

Source

MatchHeight

No dependencies, Light weight, Makes elements equal height.

Latest NPM release MIT License dependencies Status devDependencies Status

Demo can be seen here.

Usage

Standalone

Copy MatchHeight.js from /dist/MatchHeight.js and place it in your project, then call new MatchHeight().

<script src="./js/match-height.js"></script>
<script>new MatchHeight();</script>

NPM

$ npm install --save matchheight

then

import MatchHeight from 'matchheight';
MatchHeight();

for more info, see the demo.

Keywords

FAQs

Last updated on 20 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc