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.

Drag from outside

Drop external items into the grid.

View source on GitHub

Installation

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

Usage

import { DragFromOutsideExample } from "@/components/dnd-grid-drag-from-outside-example";

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