1.1.0 • Published 6 months ago

matchheight v1.1.0

Weekly downloads
319
License
MIT
Repository
github
Last release
6 months ago

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.

1.1.0

6 months ago

1.0.0

8 months ago

0.2.0

1 year ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago