Package Exports
- react-grid-layout
- react-grid-layout/css/styles.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-grid-layout) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React-Grid-Layout
React-Grid-Layout is a grid layout system much like Packery or Gridster, for React.
RGL is not as full-featured as the above projects. However, it solves a major pain point I've found with those projects - it is responsive! Try resizing the window in the demo and see how the grid resizes without any fuss.
RGL works just fine with server-side rendering.
RGL is React-only and does not require jQuery. It does (for the time being) require lodash.
More demos are coming soon. RGL supports adding and removing components without fuss.
If you have a feature request, add it as an issue.
TODO List
- Basic grid layout
- Fluid grid layout
- Grid packing
- Draggable grid items
- Live grid packing while dragging
- Define grid attributes on children themselves (
_grid
key) - Resizable grid items