Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alisonmonteiro/height
- Owner: alisonmonteiro
- License: mit
- Created: 2016-05-23T18:22:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T20:14:38.000Z (over 4 years ago)
- Last Synced: 2024-08-20T16:19:41.666Z (3 months ago)
- Topics: columns, grid, height, line
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- 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:
![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)