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.

Dynamic add/remove

Add and remove items at runtime.

View source on GitHub

Installation

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

Usage

import { DynamicAddRemoveExample } from "@/components/dnd-grid-dynamic-add-remove-example";

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