Skip to content

🏁 Apply the same height in your columns. Row by row.

License

Notifications You must be signed in to change notification settings

alisonmonteiro/height

Repository files navigation

height

Apply the same height for your columns. Row by row. It's not a grid. See an example below.

Install

$ npm install --save height-js

Usage

import Height from 'height-js';

const options = {
  columns: 3,
  listElem: '.list .item'
};

Height(options);

Result:

screenshot

Related

License

MIT © Alison

About

🏁 Apply the same height in your columns. Row by row.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published