react-grid-system
react-grid-system copied to clipboard
A powerful Bootstrap-like responsive grid system for React.
Hi, Thanks for this wonderful grid system, I really loved it and is pretty handy too. I just have one question, is there a way I can change the gutterwidth...
The docs give this example: ```js function Example2() { const elementRef = useRef(null); const screenClass = useScreenClass(elementRef); return ( ... ); } ``` This assumes that `screenClass` is calculated based...
Hi folks, this is very nice library for doing grid! Just wanted to help to other people who are trying to set up with gatsby: To add custom configuration you...
A similar question has been asked, but I am getting flashes where the grid is temporarily unstyled at load in a Next application. The site is styled with Styled Components...
Hey guys, Just tried using this for our RN project since we use it for it's sister web app. And I think there are still some holes in the implementation...
Hi People! I just had an issue where I had a few layers of grid embeded inside of each other which were at full width. Due to how -ve margin...
Hidden and Visible do not work in device toolbar. this is visible a block and all Hidden are hidden if not included device toolbar [![enter image description here][1]][1] but if...
Is it just me (i.e. the ball of code I'm hacking on atm) or the gutterWidth, it's 1x padding on the left and right, and 2x padding between columns? It...
Hello! Its possible to create a sticky footer with this library? I have been trying different solutions but any seems to work properly. If I set layout container to "display:...
Hi, ScreenClassProvider can be called with useOwnWidth, however this doesn't result in the current screen class until _after the window is resized_. This is what happens: 1) `ScreenClassProvider` calls `useScreenClass`...