react-grid-layout
                                
                                 react-grid-layout copied to clipboard
                                
                                    react-grid-layout copied to clipboard
                            
                            
                            
                        A draggable and resizable grid layout with responsive breakpoints, for React.
If you drag the item with containerPadding, it looks as if it is moved more than the actual location.
Thanks for submitting a pull request to RGL! Please reference an open issue. If one has not been created, please create one along with a failing example or test case....
Noticed this kind of behavior happening again: https://github.com/STRML/react-grid-layout/issues/1046 Here is also a live version: https://5wy3rz5z1x.csb.app/ Investigations led to the conclusion that both the domFns.js of react-draggable, and GridItem.js of react-grid-layout...
This adds a drag API to react-grid-layout. It is an update on another PR https://github.com/STRML/react-grid-layout/pull/684. I need to add tests and would love some suggestions.
Clone `this.state.layout` before updating `this.state.oldLayout` property. Currently `this.state.layout` value is storing by reference to `this.state.oldLayout` as a result some incorrect behavior can happen (see the reference issue). Reference issue -...
When adding a new item to the dashboard and resizing it immediately, props will be mutated [here](https://github.com/STRML/react-grid-layout/blob/master/lib/ReactGridLayout.jsx#L401). When using a library like [immer](https://github.com/immerjs/immer), the app will crash with the following...
Hi! :slightly_smiling_face: This Pr simplifies code contributions by fully automating the dev setup with Gitpod(A free online VS Code like IDE). With a single click, it'll launch a workspace and...
Thanks for submitting a pull request to RGL! Please reference an open issue. If one has not been created, please create one along with a failing example or test case....
Thanks for submitting a pull request to RGL! Please reference an open issue. If one has not been created, please create one along with a failing example or test case....
Props to @mdaverde for starting this work in #482 This PR aims to add a `resizableAxis` prop, allowing items to be resized in a single dimension by passing the props...