height-js

0.0.3 • Public • Published

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

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

Result:

screenshot

Related

License

MIT © Alison

Package Sidebar

Install

npm i height-js

Weekly Downloads

7

Version

0.0.3

License

MIT

Last publish

Collaborators

  • alisonmonteiro