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.
Styling
Customise the look and feel of your grid.
Required styles
The @dnd-grid/react/styles.css file includes layout and interaction styles. Always import it.
import "@dnd-grid/react/styles.css";CSS variables
dnd-grid uses CSS variables for theming. Override them in global CSS or on a grid container.
:root {
--dnd-grid-radius: 24px;
--dnd-grid-placeholder-bg: rgba(0
Published with Edda