All Projects → Dan503 → gutter-grid

Dan503 / gutter-grid

Licence: MIT License
A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects
SCSS
7915 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gutter-grid

React Native Responsive Grid
Bringing the Web's Responsive Design to React Native
Stars: ✭ 369 (+1950%)
Mutual labels:  grid, responsive, flexbox
bootstrap-grid-ms
Missing grid range in Bootstrap 3, micro-small from 480-767px.
Stars: ✭ 34 (+88.89%)
Mutual labels:  grid, responsive, responsive-grid
Flex Layout
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
Stars: ✭ 5,705 (+31594.44%)
Mutual labels:  grid, responsive, flexbox
responsive-css-grid
A super-lightweight, responsive, 8-column grid based on box-sizing
Stars: ✭ 46 (+155.56%)
Mutual labels:  grid, responsive, responsive-grid
Grid
This package has moved and renamed
Stars: ✭ 2,079 (+11450%)
Mutual labels:  grid, responsive, flexbox
Pintsize
Customisable 💪 Flexbox grid system
Stars: ✭ 330 (+1733.33%)
Mutual labels:  grid, flexbox, grid-system
Griz
Grid library for React; Rescue the cat
Stars: ✭ 99 (+450%)
Mutual labels:  grid, flexbox, grid-system
React Flex Ready
A Flexbox grid ready, easy to implement and customize
Stars: ✭ 23 (+27.78%)
Mutual labels:  grid, flexbox, grid-system
React Awesome Styled Grid
A responsive 8-point grid system layout for React using styled-components
Stars: ✭ 157 (+772.22%)
Mutual labels:  grid, responsive, grid-system
React Flexa
Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.
Stars: ✭ 120 (+566.67%)
Mutual labels:  grid, responsive, flexbox
Griddd
A dead simple, customisable, flexbox-based griddd
Stars: ✭ 108 (+500%)
Mutual labels:  grid, flexbox, grid-system
griding
🧱 lean grid & responsive for react
Stars: ✭ 18 (+0%)
Mutual labels:  grid, responsive, flexbox
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (+50%)
Mutual labels:  grid, flexbox, grid-system
tb-grid
tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.
Stars: ✭ 19 (+5.56%)
Mutual labels:  grid, responsive, grid-system
react-auto-mosaic
Automatic box behavior in the grid - responsive mosaic
Stars: ✭ 12 (-33.33%)
Mutual labels:  grid, responsive
fortune
🔮Fortune is your friendly CSS properties framework.
Stars: ✭ 16 (-11.11%)
Mutual labels:  grid, flexbox
simple-grid-system
A CSS Flexbox grid system for web page . Easy to use it !!
Stars: ✭ 15 (-16.67%)
Mutual labels:  grid, grid-system
hagrid
📏 Hagrid is a mixin library for responsive websites and web applications.
Stars: ✭ 30 (+66.67%)
Mutual labels:  grid, flexbox
40-lines-of-Sass
Full featured flexbox grid in 40 lines of Sass
Stars: ✭ 20 (+11.11%)
Mutual labels:  responsive, flexbox
grd-sass
Sass port of 1000ch/grd that is a CSS grid framework using Flexbox.
Stars: ✭ 12 (-33.33%)
Mutual labels:  grid, flexbox

Gutter Grid logo

npm install gutter-grid --save

Documenation website: https://dan503.github.io/gutter-grid/

Why use Gutter Grid?

The problem

CSS Grid is now implemented in all modern browsers. All of our layout dreams have come true! ... Well almost all of them.

Unfortunately IE11 still holds a fairly significant market share and it doesn't support the modern implementation of CSS Grid. It can be difficult to get people on board with the idea of allowing IE to look different to modern browsers. That is especially the case if the site you are building is an intranet with a 90% IE user base.

Autoprefixer is able to help out a lot in terms of getting IE11's version of CSS Grid to behave almost like modern browsers do. Unfortunately we are still stuck with IE11 not supporting CSS Grid auto-placement. That is a major pain point for this industry and Gutter Grid sets out to fix that.

The solution

Gutter Grid is a flexbox based grid system for building fully responsive grid layouts with highly customisable gutters. These gutters are highly reminiscent of the CSS grid-gap property. So reminiscent in fact that that Gutter Grid gutters will line up perfectly with real CSS Grid gaps! Since this grid system is powered by flexbox and not CSS Grid, it works perfectly in IE11. Through Gutter Grid, IE11 has access to simple auto-placement grids with gaps (albeit with a different syntax). It even comes with a default set of media queries that may save you from having to write out some custom styles for mobile devices.

Even though Gutter Grid is powered by flexbox, it features a legacy mode that, when enabled, adds display:table, float:left and display:inline-block backups that legacy browsers can fall back on. This will help prevent your site from blowing up even when viewed in those decrepit old IE8 and 9 browsers!

To read the full documentation go to https://dan503.github.io/gutter-grid/.

You can view the change log on the GitHub releases page or the Gutter Grid website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].