# simple-columns

> Simple helper package to put a collection of items into columns.

Latest version **1.0.0** (published 2016-12-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install simple-columns
pnpm add simple-columns
yarn add simple-columns
bun add simple-columns
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-12-01 |
| First published | 2016-12-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mohammed Hammoud |
| Maintainers | iktw |
| Keywords | column, columnify, simple, javascript, rows, items, order, ordering |

## Links

- npm: https://www.npmjs.com/package/simple-columns
- Repository: https://github.com/iktw/simple-columns
- Homepage: https://github.com/iktw/columnify#readme
- Issues: https://github.com/iktw/columnify/issues
- npm.io page: https://npm.io/package/simple-columns

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-12-01

## README

# Simple Columns
Simple helper package to put a collection of items into columns. 

The creation purpose of this package was that I wanted to order my items vertically with *-webkit-column-count* but failed. With this package, *-webkit-column-count* work perfectly fine.

### Installation
npm install simple-columns --save-dev

### Methods
| Name        | Type | Parameters | Returns |
| ------------- |-------------|-------------|-------------|
| columnifyInArrays | Function | (items=Array, cols=Number) | Array of Arrays with items |
| columnifyOrder | Function | (items=Array, cols=Number) | Array with items ordered by column |

### Example
<img src="https://github.com/iktw/columnify/blob/master/example.png"/>

---
_Source: https://npm.io/package/simple-columns · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
