https://github.com/ruslanzharkov/grid-layout
Simple react grid implementation
https://github.com/ruslanzharkov/grid-layout
box-placing grid-layout grid-system react react-grid-layout react-grid-system
Last synced: 5 months ago
JSON representation
Simple react grid implementation
- Host: GitHub
- URL: https://github.com/ruslanzharkov/grid-layout
- Owner: ruslanzharkov
- Created: 2022-11-07T11:36:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T22:06:20.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T21:44:35.107Z (8 months ago)
- Topics: box-placing, grid-layout, grid-system, react, react-grid-layout, react-grid-system
- Language: TypeScript
- Homepage: https://grid-layout-xi.vercel.app
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grid layout application
This implementation is an inspiration of [react-grid-layout](https://github.com/react-grid-layout/react-grid-layout) library.
The app places shapes to first available place from top left grid edge, with specified `width` and `height`.