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.
This removes es2015 warnings that come upon installing RGL
This fixes #718 , an issue with the data-grid api
Drag api
Reference api is based on [reason like createRef](https://github.com/facebook/react/pull/11555)
This also detects resizes occuring because a vertical scrollbar is shown or hidden. Fixes #37 and #603.
This is an additional way of sizing the grid elements according to the viewport width/height of the browser window. Use 'vw'/'vh' as unit prop on ReactGridLayout or ResponsiveReactGridLayout. It might...
Ignoring these files prevents the ability to use custom branches of react-grid-layout via a GitHub url, like this: https://github.com/ccnmtl/juxtapose/blob/master/package.json#L30 Without `lib/` and `Makefile` and `webpack.config.js`, the custom build fails.
This is modifying the calculation for dragging tiles. This implementation stores the original tile location, then calculates the delta change (from mouse movements) and uses that to then determine the...
I have the problem that my container object has some padding which I like to keep. This leads to a wrong calculated width, since the content should be only rendered...
For our product it is important that cells are square and the grid remains responsive, so we can not use a pixel value for the `rowHeight` property. To solve this,...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...