Skip to content
dnd-grid

Kitchen sink

A full-featured builder with external drag, selection, action bar, and edit panel.

View source on GitHub

Installation

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

Usage

import { KitchenSinkExample } from "@/components/dnd-grid-kitchen-sink-example";

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