Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kristoferjoseph/flexboxgrid

Grid based on CSS3 flexbox
https://github.com/kristoferjoseph/flexboxgrid

Last synced: about 2 months ago
JSON representation

Grid based on CSS3 flexbox

Awesome Lists containing this project

README

        

Flexbox Grid
===========

[flexboxgrid.com](http://flexboxgrid.com)

Grid based on the `flex` display property.

Install
---------
### npm
`npm i flexboxgrid --save`

### bower
`bower install flexboxgrid`
### cdn

CDNJS
```html

```

### css
* [Development](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/dist/flexboxgrid.css)
* [Production](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/dist/flexboxgrid.min.css)

Add the `flexboxgrid.css` __development__ or `flexboxgrid.min.css` __production__ to your html page.

```html

```
Inspiration
-----------
- [topcoat-grid](https://github.com/topcoat/grid)
- [flexbox-grid by @zeMicro](https://github.com/zeMirco/flexbox-grid)
- [ptb2.me/flexgrid](http://ptb2.me/flexgrid/)
- [codepen.io/marcolago/pen/lqGFb](http://codepen.io/marcolago/pen/lqGFb)
- [philipwalton.github.io/solved-by-flexbox/demos/grids](http://philipwalton.github.io/solved-by-flexbox/demos/grids/)
- [davidwalsh.name/stylus-grid](http://davidwalsh.name/stylus-grid)