Skip to content

eiriklv/react-grid-layout

 
 

Repository files navigation

React-Grid-Layout

View the Demo

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

About

A draggable and resizable grid layout with responsive breakpoints, for React.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.2%
  • CSS 3.8%