Skip to content
dnd-grid

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

Headless wrapper

Build a custom wrapper with useDndGrid.

View source on GitHub

Installation

npx shadcn@latest add https://dnd-grid.com/r/headless-example.json

Usage

import { HeadlessExample } from "@/components/dnd-grid-headless-example";

export default function Page() {
  return <HeadlessExample />;
}