For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Introduction
Drag-and-drop grid layout for React.
Usage
import { DndGrid } from "@dnd-grid/react";
import "@dnd-grid/react/styles.css";
export default function Dashboard() {
return (
<DndGrid
cols={12}
rowHeight={50
Published with Edda