react-grid-layout
react-grid-layout copied to clipboard
A draggable and resizable grid layout with responsive breakpoints, for React.
__The Problems:__ When the grid is translated with a CSS transform the calculated dragover positions were being miscalculated within the grid. This happens because `layerX` and `layerY` in the native...
From Classes to Hooks 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...
Fixing #642 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...
This property will cause some performance issues. I will manually disable user-select to optimize performance, so I need a prop here.
Added a simple resize prop to width provider to allow containers to trigger a grid resize. Probably not super elegant, but functional. Addresses #81
> *Please reference an open issue. If one has not been created, please create one along with a failing example or test case.* I'm not sure about the process here....
I think `React` prefix in every react component is not necessary