Skip to content

No dependencies, Light weight, Makes elements equal height.

Notifications You must be signed in to change notification settings

yomotsu/MatchHeight

Repository files navigation

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.

About

No dependencies, Light weight, Makes elements equal height.

Resources

Stars

Watchers

Forks

Packages

No packages published