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.
useDndGridResponsiveLayout
Manage responsive layouts and breakpoint state.
useDndGridResponsiveLayout keeps a layout per breakpoint, generates missing
layouts, and returns ready-to-spread props for DndGrid. Use
ResponsiveDndGrid for the default responsive component.
Example
import {
DndGrid,
type Layout,
useContainerWidth,
useDndGridResponsiveLayout,
} from "@dnd-grid/react";
import "@dnd-grid/react/styles.css"
Published with Edda