Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JohnnyTheTank/bootstrap-block-grid

real block grid for bootstrap
https://github.com/JohnnyTheTank/bootstrap-block-grid

block-grid blockgrid bootstrap

Last synced: about 2 months ago
JSON representation

real block grid for bootstrap

Awesome Lists containing this project

README

        

# bootstrap-block-grid
**block grid** library (css & sass) for [twitter bootstrap](https://github.com/twbs/bootstrap) (version 3 & 4), based on the native [zurb foundation feature](http://foundation.zurb.com/sites/docs/v/5.5.3/components/block_grid.html)

[![npm version](https://badge.fury.io/js/bootstrap-block-grid.png)](https://badge.fury.io/js/bootstrap-block-grid)
[![Bower version](https://badge.fury.io/bo/bootstrap-block-grid.png)](https://badge.fury.io/bo/bootstrap-block-grid)

## usage

1. Install via either [bower](http://bower.io/), [npm](https://www.npmjs.com/), CND or downloaded files:
1. `bower install --save bootstrap-block-grid`
2. `npm install --save bootstrap-block-grid`
3. use CDN files from [jsdelivr](http://www.jsdelivr.com/projects)
4. download [bootstrap-block-grid.zip](https://github.com/JohnnyTheTank/bootstrap-block-grid/zipball/master)
2. Add files to your html
1. when using bower
```html




```

2. when using npm
```html




```

3. when using CDN files from jsdelivr
```html




```

4. when using downloaded files
```html




```

3. Sample Markup

```html



Content 1


Content 2


Content 3


Content 4


Content 5


Content 6


```

## available classes

- *xs*
- `block-grid-xs-1`
- `block-grid-xs-2`
- ...
- `block-grid-xs-12`
- *sm*
- `block-grid-sm-1`
- `block-grid-sm-2`
- ...
- `block-grid-sm-12`
- *md*
- `block-grid-md-1`
- `block-grid-md-2`
- ...
- `block-grid-md-12`
- *lg*
- `block-grid-lg-1`
- `block-grid-lg-2`
- ...
- `block-grid-lg-12`

# license
MIT