Skip to content
dnd-grid

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 />;
}