Drop external items into the grid.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/drag-from-outside-example.json
npx shadcn@latest add https://dnd-grid.com/r/drag-from-outside-example.json
Copyimport { DragFromOutsideExample } from "@/components/dnd-grid-drag-from-outside-example"; export default function Page() { return <DragFromOutsideExample />; }
import { DragFromOutsideExample } from "@/components/dnd-grid-drag-from-outside-example"; export default function Page() { return <DragFromOutsideExample />; }
On This Page