Add and remove items at runtime.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/dynamic-add-remove-example.json
npx shadcn@latest add https://dnd-grid.com/r/dynamic-add-remove-example.json
Copyimport { DynamicAddRemoveExample } from "@/components/dnd-grid-dynamic-add-remove-example"; export default function Page() { return <DynamicAddRemoveExample />; }
import { DynamicAddRemoveExample } from "@/components/dnd-grid-dynamic-add-remove-example"; export default function Page() { return <DynamicAddRemoveExample />; }
On This Page