react-css-grid
react-css-grid copied to clipboard
React layout component based on CSS Grid Layout and built with styled-components
I tried adding this to my [`next.js`](https://github.com/zeit/next.js/) project. It works fine client side but server side I get the following error. ``` styleSheet.getName is not a function TypeError: styleSheet.getName is...
We have grid props in [`styled-system`](https://github.com/jxnblk/styled-system), wouldn't it be better to use them here as well?
Almost only reason why developers are not able to adapt to CSS grid is, Because IE. Is it good idea to solve this by adding some IE fallback JavaScript to...
Hello, I would like to use css grids in a new project but Im also interested in using the native aspect of react. For the front end Im using react-native-web...