Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alisonmonteiro/height

:checkered_flag: Apply the same height in your columns. Row by row.
https://github.com/alisonmonteiro/height

columns grid height line

Last synced: about 1 month ago
JSON representation

:checkered_flag: Apply the same height in your columns. Row by row.

Awesome Lists containing this project

README

        

# height
> Apply the same height for your columns. Row by row. It's not a grid. See an example [below](https://github.com/alisonmonteiro/height#usage).

## Install

```
$ npm install --save height-js
```

## Usage

```javascript
import Height from 'height-js';

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

Height(options);
```

Result:

![screenshot](./example/screenshot.png)

## Related

- [nth-rocks](https://github.com/alisonmonteiro/nth-rocks) - Don't break your lists.

## License

MIT © [Alison](http://alisonmonteiro.com.br)