flexboxgrid-with-hide
v6.3.1
Published
A fork of flexboxgrid that adds classes to responsively hide content.
Downloads
2
Maintainers
Readme
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
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">