matchheight
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    29
    • latest

Version History

Package Sidebar

Install

npm i matchheight

Weekly Downloads

799

Version

1.1.1

License

MIT

Unpacked Size

15.6 kB

Total Files

11

Last publish

Collaborators

  • yomotsu