react-grid-system icon indicating copy to clipboard operation
react-grid-system copied to clipboard

A powerful Bootstrap-like responsive grid system for React.

Results 50 react-grid-system issues
Sort by recently updated
recently updated
newest added

Hi! I don't know if you library needs to add support to css module but when I try to use something like this: ``` ... ``` It doesn't work. Is...

Hello, guys! I just deployed a gatsby website that is using react-grid-system, and Netlify threw this error. Thanks for this awesome library! I'll use 7.0.3 until there is a fix...

Hi all, I am having trouble understanding why my layout doesn't resize properly if the screen is too small. The first pic is the right way it should look when...

Is it possible to configure a different gutterWidth, for instance 16px at {sm} size and 24px on anything larger? Thanks.

Hello , I 'm trying to implement responsive grid system of the library. But When I set the sm md values , it is not working. My code is below....

Hello! I'm trying to solve a specific use case where I can set a numerical value for a range of breakpoints and have it auto-width afterwards. I wanted to do...

I have a part of the page that is revealed at page load. A contrived example would be `{hasLoaded ? Hello World : Loading...}` Basically the `` appears unstyled (width...

Currently the configuration is global. But in an app, there may be different grid config requirements. Could you please offer something like `GridConfigContext` or fully support all config in individual...

Sometimes it's convenient to change gridColumns value on Container rather then per project globally, if it make sense I have a small solution of this problem based on the same...

Because react-grid-system adds the styles inline in die divs, the dom gets really ugly when you view it with devtools. I don't know, if it counts as an issue or...