# modular-grid

> A bootsrap-style grid system for use with CSS Modules

Latest version **1.1.0** (published 2017-08-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install modular-grid
pnpm add modular-grid
yarn add modular-grid
bun add modular-grid
```

## 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.1.0 |
| Published | 2017-08-10 |
| First published | 2017-03-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DzoQiEuoi |
| Maintainers | dzoqieuoi |
| Keywords | css modules, grid, scss, sass, bootstrap |

## Links

- npm: https://www.npmjs.com/package/modular-grid
- Repository: https://github.com/DzoQiEuoi/modular-grid
- Homepage: https://github.com/DzoQiEuoi/modular-grid#readme
- Issues: https://github.com/DzoQiEuoi/modular-grid/issues
- npm.io page: https://npm.io/package/modular-grid

## 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

- 1.1.0 (latest) — 2017-08-10
- 1.0.0 — 2017-03-19

## README

# Modular Grid

A bootstrap-style grid for use with CSS Modules

## Example usage

```
myClass {
    composes: col-md-4 from 'modular-grid';
}
```
## Available Classes

- container
- row
- col-[breakpoint]-[columns]
- col-[breakpoint]-offset-[columns]
- col-[breakpoint]-push-[columns]
- col-[breakpoint]-pull-[columns]
- visible-from-[breakpoint]
- visible-until-[breakpoint]
- hidden-from-[breakpoint]
- hidden-until-[breakpoint]

## Customise

The number of columns, gutter size, and breakpoints are all controlled by Sass variables with the `!default` flag so you can overide these with your own values.

### Example

```
$gutter: 20px;
$columns: 8;
$breakpoints: (xs: 0px, sm: 400px, md: 800px, lg: 1200px);
```

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