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: 4 months ago
JSON representation
:checkered_flag: Apply the same height in your columns. Row by row.
- Host: GitHub
- URL: https://github.com/alisonmonteiro/height
- Owner: alisonmonteiro
- License: mit
- Created: 2016-05-23T18:22:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T20:14:38.000Z (about 6 years ago)
- Last Synced: 2025-03-19T19:16:24.755Z (over 1 year ago)
- Topics: columns, grid, height, line
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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:

## Related
- [nth-rocks](https://github.com/alisonmonteiro/nth-rocks) - Don't break your lists.
## License
MIT © [Alison](http://alisonmonteiro.com.br)