# stackenblochen

> A stylus grid system for rectanglers.

Latest version **0.4.1** (published 2016-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install stackenblochen
pnpm add stackenblochen
yarn add stackenblochen
bun add stackenblochen
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.1 |
| Published | 2016-07-19 |
| First published | 2016-07-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Ubilabs |
| Maintainers | roka |
| Keywords | grid, css, stylus |

## Links

- npm: https://www.npmjs.com/package/stackenblochen
- Repository: https://github.com/ubilabs/stackenblochen
- Homepage: https://github.com/ubilabs/stackenblochen#readme
- Issues: https://github.com/ubilabs/stackenblochen/issues
- npm.io page: https://npm.io/package/stackenblochen

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 0.4.1 (latest) — 2016-07-19
- 0.4.0 — 2016-07-13

## README

# Stackenblochen grid system

[![Join the chat at https://gitter.im/ubilabs/stackenblochen](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ubilabs/stackenblochen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Description

Stackenblochen is a stylus grid system for rectanglers.

It is inspired by the [foundation](http://foundation.zurb.com/docs/components/grid.html) grid system and works very similar.

## Installation

You can either copy the `stackenblochen.styl` in your project, or install it via [bower](http://bower.io/):

```sh
bower install stackenblochen --save
```

## Usage

Configure and include the `stackenblochen.styl` in your stylus file:

```stylus
// Default values
$grid-columns = 12
$grid-gutter = 2rem
$grid-width = 75rem
$grid-medium = 25em
$grid-large = 50em

@import 'stackenblochen'
```

In your html, do something like this:

```html
<div class="grid">
  <div class="small-12 large-6 columns"></div>
  <div class="small-6 large-3 show-on-medium columns"></div>
  <div class="small-6 large-3 hide-on-medium columns"></div>
  <div class="small-12 columns"></div>
</div>
<div class="grid hide-on-large">
  <div class="small-6 medium-4 small-centered columns">
    <div class="grid">
      <div class="small-6 columns"></div>
      <div class="small-6 columns"></div>
    </div>
</div>
```

It can even be nested!

## Stackenblochen??

[https://www.youtube.com/watch?v=zqAdxN1IWQQ](https://www.youtube.com/watch?v=zqAdxN1IWQQ)

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