react-grid-system
react-grid-system copied to clipboard
A powerful Bootstrap-like responsive grid system for React.
Where to insert "setConfiguration"? The fact is that in development mode everything works fine, but as soon as you build it through webpack, the settings are not installed. Tell me...
Right now there is a prop only for disabling all gutters, it would be helpful to have one where it disables only the outer (leftmost and rightmost) gutters
I got this error when trying to get a "simple" table ```js 1 1 1 1 1 1 1 ``` ```js Error: Text strings must be rendered within a component....
While regular `Grid` is working fine with SSR, that is not the case for `` and `` utility components. Those always show per default screen config on the first render.
It would be useful to set gutter widths in units other than pixels. For instance, using rem would essentially allow the gutter to be set in an external stylesheet where...
Is it possible to have different number of columns, depending on the screen size. From what i can see in the Typescript types, you can only supply a single `number`...
Looks like `Col` is currently expecting its component prop to be of type `(() => string) | string`–documentation lists the expected type as `elementType`, and passing it a component works...
Is there a way to have the same amount of space on both column gap and container margins? E.g: If the gutter width is 30, the container will have 15px...
### Issues - Wrong render the first time when light house audit (always rendered the desktop version first). ### Step to reproduce - Go on https://staging-v3.hostnfly.com/ to audit with lighthouse...
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...