react-grid-layout
react-grid-layout copied to clipboard
A draggable and resizable grid layout with responsive breakpoints, for React.
The current implementation of React-Grid-Layout has a really buggy and unpredictable scrolling behavior on touch devices: https://user-images.githubusercontent.com/17250923/141192039-4ffc5701-09ed-4df9-8ba5-d742c2b01cf2.mp4 As a result of this, I have added a "delayedDragOnTouch" prop which delays...
I'm not sure why a callback for changing state would return the old state that we already have. In my opinion this should be returning the updated layout state.
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. Release notes Sourced from ejs's releases. v3.1.7 Version 3.1.7 Commits 820855a Version 3.1.7 076dcb6 Don't use template literal faf8b84 Skip test -- error message...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
`react-draggable` uses a hack to hide the user selection during drag. This hack consists in applying a rule (`all: inherit`) to every `body` children's selection. This can create a lag...
# Code Coverage as a Workflow Including a code-coverage report in gitlab merge-request gui [see action docs for detailed reference](https://github.com/ArtiomTr/jest-coverage-report-action)  ## WIP...
I had a use case at work to use a grid layout and stumble upon this great library. However, for that particular use case I am required to have all...
Proposing this solution for issue https://github.com/react-grid-layout/react-grid-layout/issues/1498 This is to support decimal fractions for `h` and `w` values for items in layout property passed to ResponsiveGridLayout
I am using this library in a pretty unique way, atleast from what I've seen, as a personal website. https://jmaldon1.github.io/josh.maldonado.githib.io/ Adding it to the projects list incase anyone wants to...