Build a custom wrapper with useDndGrid.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/headless-example.json
npx shadcn@latest add https://dnd-grid.com/r/headless-example.json
Copyimport { HeadlessExample } from "@/components/dnd-grid-headless-example"; export default function Page() { return <HeadlessExample />; }
import { HeadlessExample } from "@/components/dnd-grid-headless-example"; export default function Page() { return <HeadlessExample />; }
On This Page