A full-featured builder with external drag, selection, action bar, and edit panel.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/kitchen-sink-example.json
npx shadcn@latest add https://dnd-grid.com/r/kitchen-sink-example.json
Copyimport { KitchenSinkExample } from "@/components/dnd-grid-kitchen-sink-example"; export default function Page() { return <KitchenSinkExample />; }
import { KitchenSinkExample } from "@/components/dnd-grid-kitchen-sink-example"; export default function Page() { return <KitchenSinkExample />; }
On This Page