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.
Fixed: #918 Issue: GridItem calcXY calculation is wrong. Solution: Change the calculation of the left and top value. The new calculation is `left = colWidth * x + margin *...
Related issue: #453 Adding support for RTL direction websites
This adds support for scaling on the containers. Fixes [Issue #484](https://github.com/STRML/react-grid-layout/issues/484)
For issue #812 . The lack of an ability to set a certain optional prop on DraggableCore is causing problems within my project.
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....
before react-grid-layout.min.js 77.47K after react-grid-layout.min.js 70.65K later I will achieve even better results and reduce some boilerplate in config
We've been using your great library for the past couple years
If there are statics in the layout, then all items could potentially need moving, so you can't break out of the item-moving code early. Fixes: https://github.com/STRML/react-grid-layout/issues/1308
Specify which axis to resize on: ['both', 'x', 'y', 'none']