forked from react-grid-layout/react-grid-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
### React-Grid-Layout | ||
|
||
Project is a WIP and not suitable yet for use. | ||
[View the Demo](https://strml.github.io/react-grid-layout/example.html) | ||
|
||
React-Grid-Layout is a grid layout system much like [Packery](http://packery.metafizzy.co/) or | ||
[Gridster](http://gridster.net), 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 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 | ||
|
||
[x] Basic grid layout | ||
[x] Fluid grid layout | ||
[x] Grid packing | ||
[x] Draggable grid items | ||
[x] Live grid packing while dragging | ||
[ ] Define grid attributes on children themselves (`_grid` key) | ||
[ ] Resizable grid items |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters