react-gridster2
v0.0.1
Published
A lightweight, responsive **grid layout system** for React — inspired by [Angular Gridster](https://github.com/tiberiuzuld/angular-gridster2/). Supports **dragging, resizing, snapping to grid lines**, and collision prevention out of the box.
Downloads
102
Readme
React Gridster2
A lightweight, responsive grid layout system for React — inspired by Angular Gridster.
Supports dragging, resizing, snapping to grid lines, and collision prevention out of the box.
✨ Features
- 🧩 Flexible grid with dynamic row and column sizing
- 🖱️ Draggable and resizable grid items
- 🧲 Snaps to grid lines during drag and resize
- 🚫 Prevents item collisions automatically
- 📏 Gridline visualization while dragging/resizing
- ⚡ Lightweight and dependency-free
- 🔁 Responsive: adapts when parent container resizes
📦 Installation
npm install react-gridster2
# or
yarn add react-gridster2🎮 Try the Demo
- Clone repository
- Install dependencies (
npm install) - Launch demo (
npm run demo)
