This is the demo repo with the example how to create Grid Design System for React. Try a demo example
- Components can be placed onto the grid, within the defined range of columns.
- The positioning of components can vary among the device breakpoints.
- Support of vertical and horizontal centering inside columns.
- Support the fallback to CSS Flexbox (can be delivered as described in https://philipwalton.com/articles/deploying-es2015-code-in-production-today).
The list of supported browser the same as in https://caniuse.com/#feat=css-grid
The list of supported browser the same as in https://caniuse.com/#feat=flexbox