6.3.1 • Published 8 years ago

flexboxgrid-with-hide v6.3.1

Weekly downloads
3
License
Apache 2
Repository
github
Last release
8 years ago

Flexbox Grid with conditional hiding

This is a simple fork of Flexbox Grid that adds the ability to conditionally hide content.

See the docs for usage info.

Original README follows:

Flexbox Grid

flexboxgrid.com

Grid based on the flex display property.

Install

npm

npm i flexboxgrid --save

bower

bower install flexboxgrid

cdn

<link rel="stylesheet" href="https://cdn.jsdelivr.net/flexboxgrid/6.3.0/flexboxgrid.min.css" type="text/css" >

css

Add the flexboxgrid.css development or flexboxgrid.min.css production to your html page.

<link rel="stylesheet" href="css/flexboxgrid.min.css" type="text/css">

Inspiration